Skip to content

Commit 3e2aa0f

Browse files
committed
Use modern ENV subcommand
1 parent cd0654d commit 3e2aa0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ CMD ["main"]
2626
# DATAJOINT DEFAULTS
2727
COPY ./nginx/privkey.pem /etc/letsencrypt/live/fakeservices.datajoint.io/privkey.pem
2828
COPY ./nginx/fullchain.pem /etc/letsencrypt/live/fakeservices.datajoint.io/fullchain.pem
29-
ENV SUBDOMAINS fakeservices
30-
ENV URL datajoint.io
29+
ENV SUBDOMAINS=fakeservices
30+
ENV URL=datajoint.io

0 commit comments

Comments
 (0)