create uploads volume in dockerfile
Build and Push Docker Container / build-and-push (push) Successful in 1m59s
Build and Push Docker Container / build-and-push (push) Successful in 1m59s
This commit is contained in:
@@ -8,6 +8,7 @@ RUN apt-get update && \
|
||||
# Install app
|
||||
COPY . /app
|
||||
WORKDIR /app
|
||||
VOLUME ["/app/uploads"]
|
||||
|
||||
# Install dependencies
|
||||
RUN pip install --upgrade pip && \
|
||||
|
||||
Reference in New Issue
Block a user