added manual docker file
This commit is contained in:
9
web/Dockerfile
Normal file
9
web/Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM node:18-alpine
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
COPY .output .
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
CMD [ "node", "server/index.mjs" ]
|
Reference in New Issue
Block a user