Skip to content

Commit

Permalink
Adding all files to node docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Umkus committed Nov 6, 2023
1 parent 8f767b9 commit 8f50dc0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions node.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
FROM node:alpine
COPY data /var/www/data
COPY src /var/www/src
COPY package.json /var/www/
COPY . /var/www/
WORKDIR /var/www
ENTRYPOINT node src/server.js

0 comments on commit 8f50dc0

Please sign in to comment.