Skip to content

Commit

Permalink
Add missing condition
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke committed Dec 6, 2022
1 parent f59c342 commit 40a06a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/production.yml
Expand Up @@ -10,7 +10,7 @@ services:
build:
context: .
dockerfile: ./compose/production/django/Dockerfile
{%- if cookiecutter.use_whitenoise == 'n' %}
{%- if cookiecutter.frontend_pipeline == 'Webpack' and cookiecutter.use_whitenoise == 'n' %}
args:
# These variable can be defined in an .env file in the root of the repo
{%- if cookiecutter.cloud_provider == 'AWS' %}
Expand Down

0 comments on commit 40a06a3

Please sign in to comment.