Radek commited on
Commit
5fd0049
·
1 Parent(s): 85eed2d

Add application file 5

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  # Use the base image
2
  FROM meyay/languagetool:latest
3
 
4
- echo "$(pwd)"
5
 
6
  # Document that the service listens on port 8010
7
  EXPOSE 8010
 
1
  # Use the base image
2
  FROM meyay/languagetool:latest
3
 
4
+ RUN echo "$(pwd)"
5
 
6
  # Document that the service listens on port 8010
7
  EXPOSE 8010