config.yml with Docker (#131)

This commit is contained in:
Thomas Miceli
2023-10-15 15:14:34 +09:00
committed by GitHub
parent b1acea9f1c
commit ef45f3d0ca
4 changed files with 18 additions and 3 deletions

View File

@ -40,6 +40,8 @@ RUN apk update && \
RUN addgroup -S opengist && \
adduser -S -G opengist -H -s /bin/ash -g 'Opengist User' opengist
COPY --from=build --chown=opengist:opengist /opengist/config.yml config.yml
WORKDIR /app/opengist
COPY --from=build --chown=opengist:opengist /opengist/opengist .