Skip to content

Commit

Permalink
docker update
Browse files Browse the repository at this point in the history
  • Loading branch information
wvl94 committed Nov 14, 2024
1 parent f0b8ff4 commit ab656c6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM node:19-alpine
ENV PORT 8080

WORKDIR /usr/src/app

Expand All @@ -8,5 +7,4 @@ USER appuser

RUN apk add --no-cache git
COPY . .
EXPOSE 8080
CMD ["npm", "start", "--no-update-notifier"]

0 comments on commit ab656c6

Please sign in to comment.