Radek
commited on
Commit
·
eeb96e4
1
Parent(s):
b6787a0
Add application file 8
Browse files- Dockerfile +4 -0
Dockerfile
CHANGED
@@ -8,6 +8,10 @@ RUN echo "$(ls -lha)"
|
|
8 |
# Document that the service listens on port 8010
|
9 |
EXPOSE 8010
|
10 |
|
|
|
|
|
|
|
|
|
11 |
RUN chown languagetool:languagetool .
|
12 |
RUN chmod u+rw .
|
13 |
|
|
|
8 |
# Document that the service listens on port 8010
|
9 |
EXPOSE 8010
|
10 |
|
11 |
+
RUN useradd -m -u 1000 languagetool
|
12 |
+
|
13 |
+
RUN useradd -ms /bin/bash languagetool
|
14 |
+
|
15 |
RUN chown languagetool:languagetool .
|
16 |
RUN chmod u+rw .
|
17 |
|