Skip to content

Commit

Permalink
v1.2.5 - Docker fix copy error
Browse files Browse the repository at this point in the history
  • Loading branch information
GDay committed Jun 10, 2021
1 parent a6abbdc commit 31e3ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion back/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV PYTHONUNBUFFERED 1
RUN mkdir -p /app
WORKDIR /app
COPY ./back/ .
COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
COPY ./back/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
RUN pip install -r requirements.txt

CMD ["/usr/bin/supervisord", "-c", "/etc/supervisor/conf.d/supervisord.conf"]

0 comments on commit 31e3ac3

Please sign in to comment.