pls
This commit is contained in:
parent
99c8f7e0fd
commit
92c9097176
@ -1,6 +1,8 @@
|
||||
FROM node:19-alpine
|
||||
WORKDIR /app
|
||||
COPY package*.json ./
|
||||
RUN npm install --production
|
||||
COPY . .
|
||||
ENV NODE_ENV production
|
||||
EXPOSE 8080
|
||||
CMD node server.js
|
||||
CMD ["node", "server.js"]
|
Loading…
x
Reference in New Issue
Block a user