Radek
commited on
Commit
·
ebdb19b
1
Parent(s):
227b7c4
11
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
# Use the base image
|
2 |
#FROM meyay/languagetool:latest
|
3 |
-
FROM
|
4 |
|
5 |
RUN echo "$(pwd)"
|
6 |
RUN echo "----------------------------------------------------"
|
|
|
1 |
# Use the base image
|
2 |
#FROM meyay/languagetool:latest
|
3 |
+
FROM silviof/docker-languagetool
|
4 |
|
5 |
RUN echo "$(pwd)"
|
6 |
RUN echo "----------------------------------------------------"
|