move run.sh

This commit is contained in:
Maxi Quoß
2021-09-19 01:57:59 +02:00
parent 52d006c75b
commit de6809b883
2 changed files with 0 additions and 1 deletions

View File

@@ -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

View File