did stuff
This commit is contained in:
@ -11,8 +11,10 @@ COPY --from=0 /web /code/web
|
||||
ENV FLASK_APP=app.py
|
||||
WORKDIR /code
|
||||
ENV FLASK_RUN_HOST=0.0.0.0
|
||||
RUN apk add --no-cache gcc musl-dev linux-headers
|
||||
RUN apk add --no-cache gcc musl-dev linux-headers libpq-dev
|
||||
|
||||
EXPOSE 5000
|
||||
# COPY . .
|
||||
RUN pip install --upgrade pip
|
||||
RUN pip install -r /code/requirements.txt
|
||||
CMD ["flask", "run", "--debug"]
|
||||
|
Reference in New Issue
Block a user