aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorJasper Van der Jeugt2020-08-18 14:40:10 +0200
committerJasper Van der Jeugt2020-08-18 14:40:10 +0200
commit50abccd8a4243c561cc39c54f84ddfaae8c73120 (patch)
tree8c6df6d08bf0d77970d68d17c18e50ef56143851 /Dockerfile
parent7fd01907dc68631465f274cf0d4d58896f5fd03a (diff)
Refactor: remove BaseUrl
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 4673ac8..883c001 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -5,6 +5,6 @@ RUN stack build --only-dependencies
COPY .git server /opt/uplcg/
RUN stack build
ENV LANG=C.UTF-8 LC_ALL=C.UTF-8
-ENV UPLCG_HOSTNAME=0.0.0.0 UPLCG_PORT=8002 UPLCG_BASE=
+ENV UPLCG_HOSTNAME=0.0.0.0 UPLCG_PORT=8002
EXPOSE 8002
CMD stack exec uplcg-server