Skip to content

Commit

Permalink
updating frontend configs
Browse files Browse the repository at this point in the history
  • Loading branch information
pernisch committed Dec 12, 2024
1 parent a5bc82b commit 82c5e01
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion front-end/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ WORKDIR /usr/src/app
COPY ["package.json", "package-lock.json*", "npm-shrinkwrap.json*", "./"]
RUN npm install --production --silent && mv node_modules ../
COPY . .
EXPOSE 3000
RUN chown -R node /usr/src/app
USER node
CMD ["npm", "start"]
2 changes: 1 addition & 1 deletion front-end/public/javascripts/config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
var apiurl = "http://localhost:8000"
var apiurl = "https://backend-co-pla.apps.k8s.vu.nl"
globalThis.apiurl = apiurl;
globalThis.loadMessage = "Waiting on response..."

0 comments on commit 82c5e01

Please sign in to comment.