hahaball
All checks were successful
Publish / docker (push) Successful in 1m53s

This commit is contained in:
Lee 2023-10-15 04:30:41 +01:00
parent 1ea19aff4b
commit 918da6f88b

@ -33,7 +33,6 @@ COPY --from=builder /app/public ./.next/static
RUN npm i -g @beam-australia/react-env
USER nextjs
EXPOSE 3000
ENV HOSTNAME "0.0.0.0"
ENV PORT 3000