Skip to content

Commit

Permalink
adjusts
Browse files Browse the repository at this point in the history
  • Loading branch information
lelemm committed Mar 1, 2024
1 parent 4c34aaa commit b3da3f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ WORKDIR /app
COPY package.json ./
RUN npm install --only=production
COPY --from=builder /app/build .
COPY --from=builder /app/public ./public/

CMD [ "node", "index.js" ]

Expand Down

0 comments on commit b3da3f4

Please sign in to comment.