Skip to content

Commit

Permalink
fixed broken docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
reggeenr committed Nov 15, 2023
1 parent e8b8c9f commit c8d85c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hello/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM icr.io/codeengine/node:18-alpine
RUN npm install
WORKDIR /app
RUN npm init -f && npm install
COPY server.js .
EXPOSE 8080
CMD [ "node", "server.js" ]

0 comments on commit c8d85c3

Please sign in to comment.