Skip to content
Snippets Groups Projects
Commit 6488af83 authored by Subliminal Guy's avatar Subliminal Guy
Browse files

Add mkdir ./files to dockerfile

parent 8683ef47
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,8 @@ ENV PATH="${PATH}:${POETRY_VENV}/bin"
WORKDIR /app
RUN mkdir ./files
COPY . /app
COPY --from=ffmpeg /usr/local/bin/ffmpeg /usr/local/bin/ffmpeg
COPY --from=swagger-ui /usr/share/nginx/html/swagger-ui.css swagger-ui-assets/swagger-ui.css
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment