Skip to content

Commit

Permalink
made uwsgi Dockerfile configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
Oaphi committed Oct 12, 2024
1 parent d446686 commit 469dea7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
restart: on-failure:3
build:
context: "."
dockerfile: docker/Dockerfile
dockerfile: ${CLIENT_DOCKERFILE}
depends_on:
db:
condition: service_healthy
Expand Down
1 change: 1 addition & 0 deletions docker/compose-env
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ COMMUNITY_NAME=Dev Community
RAILS_ENV=development
CONFIRMABLE_ALLOWED_ACCESS_DAYS=2
ENV_FILE_LOCATION=./docker/env
CLIENT_DOCKERFILE=docker/Dockerfile

0 comments on commit 469dea7

Please sign in to comment.