fix path dockerfile

This commit is contained in:
2020-09-13 17:11:09 +00:00
parent 33b12b9275
commit cc33f83614

View File

@@ -1,6 +1,6 @@
FROM tiangolo/uwsgi-nginx:python3.8-alpine
COPY /srv/andis/fet2020 /app
COPY ./fet2020 /app
RUN apk add --no-cache --virtual .build-deps \
ca-certificates gcc postgresql-dev linux-headers musl-dev \