Skip to content

Commit

Permalink
debug docker
Browse files Browse the repository at this point in the history
  • Loading branch information
ajquirk committed Jan 26, 2022
1 parent 5381e26 commit 15c9c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ RUN env
ENV HOST=0.0.0.0

COPY package.json yarn.lock ./
RUN yarn
COPY . /app
RUN yarn
RUN ls
EXPOSE 3000
CMD ["yarn","start"]

0 comments on commit 15c9c38

Please sign in to comment.