slight fixes to file structure in dockerfile

This commit is contained in:
Shaquille Soekhlal 2021-02-15 11:38:04 +01:00
parent 3a2a2ce268
commit 9f5e2e93dd

View File

@ -25,8 +25,8 @@ RUN python manage.py collectstatic
#COPY broker/celeryd /etc/default/celeryd #COPY broker/celeryd /etc/default/celeryd
# nginx config and script to be run # nginx config and script to be run
COPY docker/nginx.conf /etc/nginx/sites-available/default COPY nginx.conf /etc/nginx/sites-available/default
COPY docker/start.sh /usr/local/bin/start.sh COPY start.sh /usr/local/bin/start.sh
# set proper file permissions # set proper file permissions
RUN chmod u+x /etc/init.d/celeryd && \ RUN chmod u+x /etc/init.d/celeryd && \