Update Dockerfile.ci.alpine

This commit is contained in:
Dedy Martadinata S 2022-07-11 23:06:18 +07:00 committed by GitHub
parent 3ae6088e71
commit 88de4e90bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,6 +69,5 @@ RUN apk add --no-cache tini ca-certificates bash gosu && \
COPY --from=lldap --chown=$CONTAINERUSER:$CONTAINERUSER /lldap /app
COPY --from=lldap --chown=$CONTAINERUSER:$CONTAINERUSER /docker-entrypoint.sh /docker-entrypoint.sh
WORKDIR /app
USER $USER
ENTRYPOINT ["tini", "--", "/docker-entrypoint.sh"]
CMD ["run", "--config-file", "/data/lldap_config.toml"]