Added arguments to the Dockerfile
This commit is contained in:
@@ -49,6 +49,9 @@ COPY --from=builder --chown=1001:1001 /app/.next/static ./.next/static
|
||||
|
||||
USER nextjs
|
||||
|
||||
ARG STRAPI_URL=http://localhost:1337
|
||||
ARG STRAPI_TOKEN=TOKEN
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
ENV PORT 3000
|
||||
|
||||
Reference in New Issue
Block a user