feat: Remove unnecessary copy and permission commands from Dockerfile
This commit is contained in:
@@ -36,9 +36,6 @@ RUN set -eu; \
|
|||||||
COPY requirements.txt ./
|
COPY requirements.txt ./
|
||||||
RUN pip install --no-cache-dir -r requirements.txt
|
RUN pip install --no-cache-dir -r requirements.txt
|
||||||
|
|
||||||
COPY . .
|
|
||||||
RUN chmod +x /app/provision_instance.sh
|
|
||||||
|
|
||||||
EXPOSE 4999
|
EXPOSE 4999
|
||||||
|
|
||||||
CMD ["gunicorn", "-c", "gunicorn.conf.py", "main:app"]
|
CMD ["gunicorn", "-c", "gunicorn.conf.py", "main:app"]
|
||||||
|
|||||||
Reference in New Issue
Block a user