mirror of
https://github.com/detleph/server.git
synced 2026-09-04 08:36:06 +02:00
FIX: **quickly** fix all errors in the media system
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user