now?
All checks were successful
Deploy / deploy (push) Successful in 2m29s

This commit is contained in:
Lee 2024-09-24 11:11:18 +01:00
parent a634ad560d
commit 6a440d29db
2 changed files with 2 additions and 2 deletions

@ -17,8 +17,6 @@ spec:
- name: scoresaber-reloaded-container
image: git.fascinated.cc/fascinated/scoresaber-reloaded:latest
imagePullPolicy: Always
securityContext:
allowPrivilegeEscalation: false
ports:
- containerPort: 3000
resources:

@ -47,5 +47,7 @@ COPY --from=builder --chown=nextjs:nodejs /app/next.config.mjs ./next.config.mjs
USER nextjs
EXPOSE 3000
ENV HOSTNAME="0.0.0.0"
ENV PORT=3000
CMD ["pnpm", "start"]