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
|
#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 && \
|
||||||
|
Loading…
Reference in New Issue
Block a user