Skip to content

Commit

Permalink
Update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ammsalme committed Nov 5, 2024
1 parent df11e8c commit 6288699
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM node:20-alpine
#FROM node:20-alpine
FROM node:20
CMD ["/usr/local/bin/node", "index.js"]
WORKDIR /home/node

Expand Down

0 comments on commit 6288699

Please sign in to comment.