ajustes
This commit is contained in:
13
front-end/Dockerfile
Normal file
13
front-end/Dockerfile
Normal file
@@ -0,0 +1,13 @@
|
||||
FROM node:22-alpine
|
||||
|
||||
RUN apk add --no-cache curl
|
||||
ENV NODE_ENV=production
|
||||
ENV TZ=America/Sao_Paulo
|
||||
|
||||
WORKDIR /app
|
||||
COPY .output ./.output
|
||||
|
||||
RUN cd .output/server && npm install --omit=dev
|
||||
|
||||
EXPOSE 3000
|
||||
CMD ["node", ".output/server/index.mjs"]
|
||||
Reference in New Issue
Block a user