We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd0654d commit 3e2aa0fCopy full SHA for 3e2aa0f
Dockerfile
@@ -26,5 +26,5 @@ CMD ["main"]
26
# DATAJOINT DEFAULTS
27
COPY ./nginx/privkey.pem /etc/letsencrypt/live/fakeservices.datajoint.io/privkey.pem
28
COPY ./nginx/fullchain.pem /etc/letsencrypt/live/fakeservices.datajoint.io/fullchain.pem
29
-ENV SUBDOMAINS fakeservices
30
-ENV URL datajoint.io
+ENV SUBDOMAINS=fakeservices
+ENV URL=datajoint.io
0 commit comments