slight fixes to file structure in dockerfile
This commit is contained in:
parent
3a2a2ce268
commit
9f5e2e93dd
@ -25,8 +25,8 @@ RUN python manage.py collectstatic
|
||||
#COPY broker/celeryd /etc/default/celeryd
|
||||
|
||||
# nginx config and script to be run
|
||||
COPY docker/nginx.conf /etc/nginx/sites-available/default
|
||||
COPY docker/start.sh /usr/local/bin/start.sh
|
||||
COPY nginx.conf /etc/nginx/sites-available/default
|
||||
COPY start.sh /usr/local/bin/start.sh
|
||||
|
||||
# set proper file permissions
|
||||
RUN chmod u+x /etc/init.d/celeryd && \
|
||||
|
Loading…
Reference in New Issue
Block a user