Minor UI improvements.

This commit is contained in:
Daniel
2022-06-21 09:40:19 +04:30
parent 9251a29c38
commit 3b8f07a6b9
10 changed files with 41 additions and 26 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ RUN apk add --no-cache \
COPY . .
RUN npm ci && mkdir -p /media
# The collowing command fails when attempting to chown the node_modules directory.
# The following command fails when attempting to chown the node_modules directory.
# Running it in its own layer allows it to modify the volume.
RUN chown -R node:node /home/node /media