This commit is contained in:
parent
9c9a87635e
commit
5035048b8d
@ -6,6 +6,7 @@ steps:
|
||||
- name: docker_nginx_1.21
|
||||
image: plugins/docker
|
||||
settings:
|
||||
context: 1.21/
|
||||
dockerfile: 1.21/Dockerfile
|
||||
registry: harbor.dragse.it
|
||||
repo: harbor.dragse.it/base/nginx
|
||||
|
@ -138,10 +138,10 @@ RUN sed -i 's,listen 80;,listen 8080;,' /etc/nginx/conf.d/default.co
|
||||
|
||||
USER $UID
|
||||
|
||||
COPY 1.21/docker-entrypoint.sh /
|
||||
COPY 1.21/10-listen-on-ipv6-by-default.sh /docker-entrypoint.d
|
||||
COPY 1.21/20-envsubst-on-templates.sh /docker-entrypoint.d
|
||||
COPY 1.21/30-tune-worker-processes.sh /docker-entrypoint.d
|
||||
COPY docker-entrypoint.sh /
|
||||
COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d
|
||||
COPY 20-envsubst-on-templates.sh /docker-entrypoint.d
|
||||
COPY 30-tune-worker-processes.sh /docker-entrypoint.d
|
||||
ENTRYPOINT ["/docker-entrypoint.sh"]
|
||||
|
||||
EXPOSE 8080
|
||||
|
Loading…
Reference in New Issue
Block a user