From 8cfc22d1fb4eac9acf12b04c5f9e549e4c1de915 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Jaworski?= Date: Thu, 16 May 2019 09:52:20 +0200 Subject: [PATCH] correction with copy fcgi_concordia --- fcgi_concordia => concordia-server/fcgi_concordia | 0 lemmagen/Dockerfile | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename fcgi_concordia => concordia-server/fcgi_concordia (100%) diff --git a/fcgi_concordia b/concordia-server/fcgi_concordia similarity index 100% rename from fcgi_concordia rename to concordia-server/fcgi_concordia diff --git a/lemmagen/Dockerfile b/lemmagen/Dockerfile index 55f5777..83bad8b 100644 --- a/lemmagen/Dockerfile +++ b/lemmagen/Dockerfile @@ -3,4 +3,4 @@ RUN apt-get update && apt-get -y install git mono-runtime RUN git clone https://git.wmi.amu.edu.pl/rjawor/lemmagen-wrapper.git - CMD mono /lemmagen-wrapper/LemmaGenSockets/LemmaGenSockets/bin/Debug/LemmaGenSockets.exe \ No newline at end of file + CMD mono /lemmagen-wrapper/LemmaGenSockets/bin/Debug/LemmaGenSockets.exe \ No newline at end of file