2601b/docker #4
@@ -3,6 +3,7 @@ WORKDIR /app
|
||||
COPY requirements.txt .
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
COPY . .
|
||||
COPY container/* .
|
||||
RUN mkdir -p /app/uploads
|
||||
EXPOSE 3133
|
||||
|
||||
|
||||
Reference in New Issue
Block a user