This commit is contained in:
parent
49eb33e83a
commit
9ccb8a24f7
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
FROM node:18
|
||||||
|
|
||||||
|
WORKDIR /usr/src/app
|
||||||
|
|
||||||
|
COPY .webiste/output .
|
||||||
|
|
||||||
|
EXPOSE 3000
|
||||||
|
|
||||||
|
CMD [ "node", "server/index.mjs" ]
|
Loading…
Reference in New Issue
Block a user