Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
asohh authored Apr 17, 2020
1 parent c0f5772 commit d3acd5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sormas/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM hzibraunschweig/sormas-rscript:3.5

ARG SORMAS_POSTGRES_PASSWORD
ARG SORMAS_POSTGRES_PASSWORD=password
ARG SORMAS_POSTGRES_USER=sormas_user
ARG SORMAS_SERVER_URL
ARG SORMAS_SERVER_URL=sormas-docker-test.com
ARG DB_HOST=postgres
ARG DOMAIN_NAME=sormas
ARG DB_NAME=sormas
Expand Down

0 comments on commit d3acd5b

Please sign in to comment.