Skip to content

Commit

Permalink
try without alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitquette committed Dec 27, 2023
1 parent 34d87c6 commit da30c53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.0.0-alpine3.17
FROM node:20

# build webpack packages
ADD . /app
Expand All @@ -12,5 +12,5 @@ WORKDIR /app/express
RUN npm install

EXPOSE 5000
WORKDIR /app
CMD ["node", "express/server.js"]
WORKDIR /app/server
CMD ["node", "server.js"]

0 comments on commit da30c53

Please sign in to comment.