mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-18 10:39:49 +00:00
use a custom https agent for self-signed bypass
This commit is contained in:
parent
5c3d6f913e
commit
ccc37260a0
2 changed files with 8 additions and 8 deletions
|
@ -26,9 +26,6 @@ COPY --from=builder /app/package.json ./package.json
|
|||
COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./
|
||||
COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static
|
||||
|
||||
# Since we run in a local environment, we need to accept self signed certificates
|
||||
ENV NODE_TLS_REJECT_UNAUTHORIZED 0
|
||||
|
||||
USER nextjs
|
||||
EXPOSE 3000
|
||||
ENV PORT 3000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue