This commit is contained in:
parent
7c68a77620
commit
0d716098b3
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@ -0,0 +1,9 @@
|
||||
FROM node:16
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
COPY ./backend .
|
||||
|
||||
EXPOSE 7289
|
||||
|
||||
CMD [ "node", "index.js" ]
|
Loading…
Reference in New Issue
Block a user