Skip to content

Commit

Permalink
Merge pull request #38 from pshenmic/fix/dockerfile
Browse files Browse the repository at this point in the history
Do not copy yarn lock
  • Loading branch information
pshenmic authored Sep 8, 2023
2 parents 97cc218 + ba295ee commit 45d5b14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ FROM node:alpine
COPY index.js /app/index.js
COPY src /app/src
COPY package.json /app/package.json
COPY yarn.lock /app/yarn.lock
WORKDIR /app
RUN npm install
CMD ["npm", "start"]

0 comments on commit 45d5b14

Please sign in to comment.