Radek commited on
Commit
6aefda9
1 Parent(s): 5563709
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -7,9 +7,9 @@ RUN echo "----------------------------------------------------"
7
  RUN echo "$(ls -lha)"
8
 
9
  # Document that the service listens on port 8010
10
- EXPOSE 80:8010
11
-
12
 
 
13
 
14
 
15
  #RUN useradd -m -u 1000 languagetool
 
7
  RUN echo "$(ls -lha)"
8
 
9
  # Document that the service listens on port 8010
10
+ EXPOSE 7860:8010
 
11
 
12
+ CMD ["bash", "start.sh"]
13
 
14
 
15
  #RUN useradd -m -u 1000 languagetool