FIX: **quickly** fix all errors in the media system

This commit is contained in:
Stephan
2022-05-18 08:27:11 +02:00
committed by La_Felx
parent bded472d05
commit 196604599b
4 changed files with 47 additions and 31 deletions
+2
View File
@@ -11,6 +11,8 @@ COPY package.json package-lock.json /app/
# Change directory into the container
WORKDIR /app
RUN mkdir /app/media
# Install dependencies
RUN npm i -g typescript
RUN npm i