update building with individual number
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@@ -3,7 +3,7 @@ ARG API_URL
|
||||
WORKDIR /app
|
||||
RUN apt-get update && apt-get --no-install-recommends -y install libpq5 && rm -rf /var/apt/cache/*
|
||||
RUN adduser --disabled-password --home /app reflex
|
||||
COPY --chown=reflex --from=gitea.pb42.de/matthias/reflex-ipad:builder /app /app
|
||||
COPY --chown=reflex --from=gitea.pb42.de/matthias/reflex-ipad:builder-#BUILDNR# /app /app
|
||||
COPY --chown=reflex deploy/* .
|
||||
RUN chown reflex:reflex /app
|
||||
USER reflex
|
||||
|
||||
Reference in New Issue
Block a user