Skip to content
Snippets Groups Projects
Verified Commit b2e0993d authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: deployable

parent 411c08fb
No related branches found
No related tags found
No related merge requests found
Pipeline #48563 passed
......@@ -21,7 +21,6 @@ COPY . .
ENV PORT 3000
ENV HOSTNAME manager.testbed.pid.gwdg.de
ENV NEXT_PUBLIC_API_URL=https://manager.testbed.pid.gwdg.de/api/v1
ENV KEY_CLOAK_CLIENT_SECRET ""
......@@ -44,7 +43,6 @@ COPY --from=builder --chown=refine:nodejs /app/refine/.next/static ./.next/stati
USER refine
ENV PORT 3000
ENV HOSTNAME manager.testbed.pid.gwdg.de
ENV NEXT_PUBLIC_API_URL=http://localhost:8000/api/v1
ENV KEY_CLOAK_CLIENT_SECRET ""
CMD ["node", "server.js"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment