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

WIP: deployable

parent 19e8a9a5
No related branches found
No related tags found
No related merge requests found
Pipeline #48544 passed
......@@ -5,6 +5,6 @@ COPY ./package-lock.json /webui/package-lock.json
WORKDIR /webui
RUN npm install
RUN npm ci --legacy-peer-deps
ENTRYPOINT [""]
......@@ -27,7 +27,7 @@ ENV NEXT_PUBLIC_API_URL=http://localhost:8000/api/v1
ENV KEY_CLOAK_CLIENT_SECRET ""
CMD ["npm", "run", "dev"]
#ENV EXPRESS_PUBLIC_API_URL=http://localhost:8000/api
#ENV NEXT_PUBLIC_API_URL=http://localhost:8000/api
#RUN npm run build
#
#FROM base AS runner
......@@ -49,6 +49,6 @@ CMD ["npm", "run", "dev"]
#ENV PORT 3000
#ENV HOSTNAME "0.0.0.0"
#
#ENV EXPRESS_PUBLIC_API_URL=http://localhost:8000/api
#ENV NEXT_PUBLIC_API_URL=http://localhost:8000/api
##CMD ["node", "server.js"]
#CMD ["npm", "run", "dev"]
This diff is collapsed.
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