Skip to content

Commit

Permalink
dockerfile tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
ajquirk committed Jan 26, 2022
1 parent 15c9c38 commit 03f47ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ ENV HOST=0.0.0.0
COPY package.json yarn.lock ./
COPY . /app
RUN yarn
RUN ls
EXPOSE 3000
CMD ["yarn","start"]

0 comments on commit 03f47ab

Please sign in to comment.