This commit is contained in:
parent
a634ad560d
commit
6a440d29db
@ -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"]
|
||||
|
Reference in New Issue
Block a user