Radek commited on
Commit
85eed2d
·
1 Parent(s): 7f9e9df

Add application file 4

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -1,6 +1,8 @@
1
  # Use the base image
2
  FROM meyay/languagetool:latest
3
 
 
 
4
  # Document that the service listens on port 8010
5
  EXPOSE 8010
6
 
 
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
8