Skip to content

Commit

Permalink
add dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Max-im committed Aug 4, 2023
1 parent 246efbb commit 8be549d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 24 deletions.
24 changes: 0 additions & 24 deletions Dockerfile

This file was deleted.

13 changes: 13 additions & 0 deletions server/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
FROM node:14

WORKDIR /usr/app

COPY ./server/package*.json ./

RUN npm install

COPY ./server ./

EXPOSE 5000

CMD ["npm", "start"]
Empty file removed test
Empty file.

0 comments on commit 8be549d

Please sign in to comment.