First pass of Docker shit
This commit is contained in:
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
#
|
||||
# LMGCITFY Dockerfile
|
||||
#
|
||||
FROM docker.io/library/node:22 AS prod
|
||||
RUN npm install && \
|
||||
npm run build
|
||||
EXPOSE 5000
|
||||
ENTRYPOINT [ "npm", "run", "start" ]
|
||||
Reference in New Issue
Block a user