1
0
mirror of https://github.com/seejohnrun/haste-server.git synced 2026-02-10 16:01:32 +00:00

fix pr comments

This commit is contained in:
Yusuf Yilmaz
2022-06-03 11:28:41 +02:00
parent 30c1c486f6
commit ab47249505
6 changed files with 127 additions and 122 deletions

View File

@@ -1,6 +1,6 @@
FROM node:16-slim as base
ARG user
ARG user node
RUN mkdir /app && chown -R $user:$user /app
USER $user
WORKDIR /app