preprocessor
This commit is contained in:
parent
676ae18922
commit
0a941b8328
@ -18,4 +18,4 @@ RUN dpkg -i python3-morfeusz2_0.4.0-1_amd64.deb
|
||||
|
||||
RUN git clone https://git.wmi.amu.edu.pl/rjawor/concordia-preprocessor.git
|
||||
|
||||
#CMD /usr/sbin/nginx -g "daemon on;" && sleep 4 && sh concordia-server/scripts/simplestart.sh
|
||||
CMD cd concordia-preprocessor && ./start_concraft_server.sh && ./start_concordia_preprocessor.sh
|
@ -18,3 +18,9 @@ services:
|
||||
- "10001:8800"
|
||||
depends_on:
|
||||
- "concordia-postgres"
|
||||
concordia-preprocessor:
|
||||
build: ./concordia-preprocessor
|
||||
container_name: concordia-preprocessor
|
||||
restart: always
|
||||
ports:
|
||||
- "10002:9001"
|
||||
|
Loading…
Reference in New Issue
Block a user