Skip to content

Commit

Permalink
point make to the correct file in Dockerfile.deploy
Browse files Browse the repository at this point in the history
We don't do `touch /addons-server-centos7-container` in .deploy so the Makefile can't detect we're in the container.
  • Loading branch information
eviljeff committed Jun 15, 2017
1 parent bd7ca09 commit 1457bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.deploy
Expand Up @@ -66,7 +66,7 @@ RUN DJANGO_SETTINGS_MODULE='settings_local' locale/compile-mo.sh locale

# compile asssets
RUN npm install \
&& make copy_node_js \
&& make -f Makefile-docker copy_node_js \
&& DJANGO_SETTINGS_MODULE='settings_local' python manage.py compress_assets --use-uuid -t \
&& DJANGO_SETTINGS_MODULE='settings_local' python manage.py collectstatic --noinput

Expand Down

0 comments on commit 1457bab

Please sign in to comment.