current working example

This commit is contained in:
Niklas Müller 2024-01-05 11:53:12 +01:00
parent 95661fb73e
commit f19c7861b0
14 changed files with 379 additions and 45 deletions

View file

@ -6,6 +6,7 @@ WORKDIR /app
RUN mkdir /app/uploads
RUN mkdir /app/split
RUN mkdir /app/merge
RUN mkdir /app/projects
RUN apt-get update
# install dependencies