mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-24 21:09:49 -06:00
silent bugs
This commit is contained in:
@@ -2,13 +2,9 @@ FROM python:3.10-bullseye
|
||||
LABEL maintainer="Andrew Simonson <asimonson1125@gmail.com>"
|
||||
|
||||
WORKDIR /app
|
||||
ADD ./src /app
|
||||
|
||||
COPY . .
|
||||
COPY src/ .
|
||||
|
||||
WORKDIR /app/src
|
||||
|
||||
RUN apt-get -yq update && \
|
||||
pip install --no-cache-dir -r requirements.txt
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
CMD [ "gunicorn", "--bind", "0.0.0.0:8080", "app:app"]
|
||||
|
||||
Reference in New Issue
Block a user