diff --git a/Dockerfile b/Dockerfile index 702888b..056a153 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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