preprocessor

This commit is contained in:
rjawor 2019-06-11 12:34:29 +02:00
parent 676ae18922
commit 0a941b8328
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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"