fix pipeline
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 33s

This commit is contained in:
2026-03-26 18:01:12 -04:00
parent b23809eb47
commit 72f652eabe
2 changed files with 2 additions and 4 deletions

View File

@@ -6,7 +6,5 @@ COPY . .
RUN npm install
RUN npm run build
ENV HOST=0.0.0.0
ENV PORT=80
EXPOSE 80
EXPOSE 4321
CMD ["node", "./dist/server/entry.mjs"]