LFs...
parent
b8d6dc43db
commit
c8db52b44a
|
|
@ -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"]
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue