fix: use correct envs

This commit is contained in:
2019-12-17 21:11:36 +01:00
parent a538ee369f
commit 8fd71f12f0
+3 -3
View File
@@ -1,7 +1,7 @@
FROM node:12
ENV AUDIENCE "https://angus.unbound.se"
ENV ORIGIN_HOST "auth0-mock"
ENV ORIGIN "https://auth0-mock:3333"
ENV AUDIENCE "https://shiny.unbound.se"
ENV ORIGIN_HOST "auth0mock"
ENV ORIGIN "https://auth0mock:3333"
EXPOSE 3333
WORKDIR /app
ADD package.json yarn.lock /app/