mirror of
https://github.com/seriousm4x/UpSnap.git
synced 2026-07-28 00:12:56 -04:00
move run.sh
This commit is contained in:
@@ -19,7 +19,6 @@ FROM base
|
||||
COPY --from=builder /install /usr/local
|
||||
COPY app /app
|
||||
WORKDIR /app
|
||||
COPY run.sh .
|
||||
RUN apk add --no-cache postgresql-dev iputils
|
||||
RUN addgroup -S user && adduser -S user -G user –no-create-home
|
||||
RUN chmod -R 755 /app && chown -R user:user /app
|
||||
|
||||
Reference in New Issue
Block a user