This commit is contained in:
TDLaouer 2025-07-14 01:14:29 +02:00
parent dcdf167fc5
commit 95c21c5fcf

View File

@ -21,6 +21,7 @@ FROM base
RUN npm install -g pm2
COPY --from=build /app/.output /app/.output
COPY --from=build /app/node_modules/.bin/nuxt /app/node_modules/.bin/nuxt
ENV PORT=3001
ENV HOST=0.0.0.0