pull/49/head
tester 2024-01-19 10:51:45 +01:00
parent b8d6dc43db
commit c8db52b44a
2 changed files with 5 additions and 2 deletions

View File

@ -121,7 +121,10 @@ RUN rm -rf /tmp/*
ADD config $CONFIG_DIR ADD config $CONFIG_DIR
# copy scripts # copy scripts
COPY *.sh /opt/ COPY install-extensions.sh /opt/
COPY startup.sh /opt/
#COPY *.sh /opt/
RUN chmod +x /opt/*.sh RUN chmod +x /opt/*.sh
ENTRYPOINT ["/opt/startup.sh"] ENTRYPOINT ["/opt/startup.sh"]

View File

@ -8,7 +8,7 @@ services:
- CORS_ENABLED=true - CORS_ENABLED=true
- CORS_ALLOWED_METHODS=GET,POST,PUT,HEAD,OPTIONS - CORS_ALLOWED_METHODS=GET,POST,PUT,HEAD,OPTIONS
ports: ports:
- "80:8080" - "8080:8080"
environment: environment:
- INSTALL_EXTENSIONS=true - INSTALL_EXTENSIONS=true
- STABLE_EXTENSIONS=wps,csw - STABLE_EXTENSIONS=wps,csw