This commit is contained in:
parent
7da39a8e5f
commit
821b521590
10
Dockerfile
Normal file
10
Dockerfile
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
FROM node:18
|
||||||
|
|
||||||
|
WORKDIR /usr/src/app
|
||||||
|
|
||||||
|
COPY ./construction/.output .
|
||||||
|
|
||||||
|
EXPOSE 3000
|
||||||
|
|
||||||
|
CMD [ "node", "server/index.mjs" ]
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user