oops
This commit is contained in:
parent
254cf70312
commit
bf655a9087
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@ -0,0 +1,9 @@
|
||||
FROM node:19-alpine
|
||||
WORKDIR /app
|
||||
|
||||
ENV NODE_ENV production
|
||||
|
||||
EXPOSE 8080
|
||||
ENV PORT 8080
|
||||
|
||||
CMD node server.js
|
Loading…
x
Reference in New Issue
Block a user