forked from NoLog.cz/trhlina-calendar
dockerfile fix
This commit is contained in:
parent
be0969854c
commit
c9a6c61f69
1 changed files with 1 additions and 1 deletions
|
@ -4,4 +4,4 @@ COPY requirements.txt .
|
||||||
RUN pip install --no-cache-dir --use-pep5 -r requirements.txt
|
RUN pip install --no-cache-dir --use-pep5 -r requirements.txt
|
||||||
COPY . .
|
COPY . .
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
CMD ["gunicorn", "wsgi:app", "-b" "0.0.0.0:80"]
|
CMD ["gunicorn", "wsgi:app", "-b", "0.0.0.0:80"]
|
||||||
|
|
Loading…
Reference in a new issue