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
|
# Install app
|
||||||
COPY . /app
|
COPY . /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
VOLUME ["/app/uploads"]
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
RUN pip install --upgrade pip && \
|
RUN pip install --upgrade pip && \
|
||||||
|
|||||||
Reference in New Issue
Block a user