Arts-of-coding
commited on
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -9,7 +9,7 @@ EXPOSE 5000
|
|
9 |
LABEL Maintainer="arts-of-coding"
|
10 |
USER root
|
11 |
|
12 |
-
WORKDIR /
|
13 |
|
14 |
# fix locales
|
15 |
RUN apt-get update \
|
|
|
9 |
LABEL Maintainer="arts-of-coding"
|
10 |
USER root
|
11 |
|
12 |
+
WORKDIR /
|
13 |
|
14 |
# fix locales
|
15 |
RUN apt-get update \
|