fix path dockerfile
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
FROM tiangolo/uwsgi-nginx:python3.8-alpine
|
FROM tiangolo/uwsgi-nginx:python3.8-alpine
|
||||||
|
|
||||||
COPY /srv/andis/fet2020 /app
|
COPY ./fet2020 /app
|
||||||
|
|
||||||
RUN apk add --no-cache --virtual .build-deps \
|
RUN apk add --no-cache --virtual .build-deps \
|
||||||
ca-certificates gcc postgresql-dev linux-headers musl-dev \
|
ca-certificates gcc postgresql-dev linux-headers musl-dev \
|
||||||
|
|||||||
Reference in New Issue
Block a user