LFs...
parent
b8d6dc43db
commit
c8db52b44a
|
|
@ -121,7 +121,10 @@ RUN rm -rf /tmp/*
|
|||
ADD config $CONFIG_DIR
|
||||
|
||||
# copy scripts
|
||||
COPY *.sh /opt/
|
||||
COPY install-extensions.sh /opt/
|
||||
COPY startup.sh /opt/
|
||||
|
||||
#COPY *.sh /opt/
|
||||
RUN chmod +x /opt/*.sh
|
||||
|
||||
ENTRYPOINT ["/opt/startup.sh"]
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ services:
|
|||
- CORS_ENABLED=true
|
||||
- CORS_ALLOWED_METHODS=GET,POST,PUT,HEAD,OPTIONS
|
||||
ports:
|
||||
- "80:8080"
|
||||
- "8080:8080"
|
||||
environment:
|
||||
- INSTALL_EXTENSIONS=true
|
||||
- STABLE_EXTENSIONS=wps,csw
|
||||
|
|
|
|||
Loading…
Reference in New Issue