Skip to content

Commit b2946d3

Browse files
committed
Make APY dockerfile re-make
1 parent 7aa537c commit b2946d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/apy.Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ RUN chmod +x apertium-get
5959

6060
RUN apertium-get en-es
6161

62-
CMD python3 /root/apertium-apy/servlet.py /source \
62+
CMD cd /root/apertium-apy && make -B && \
63+
python3 servlet.py /source \
6364
--port $PORT \
6465
--lang-names /root/apertium-apy/langNames.db

0 commit comments

Comments
 (0)