Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Dockerfile 205 B
FROM    nginxinc/nginx-unprivileged:1.27-alpine-slim

COPY ./nginx.conf	/etc/nginx/nginx.conf

COPY --chown=nginx 30-oauth.sh /docker-entrypoint.d/30-oauth.sh
RUN  chmod +x /docker-entrypoint.d/30-oauth.sh