Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -27,5 +27,7 @@ COPY entrypoint.sh /
|
|
27 |
|
28 |
EXPOSE 3000
|
29 |
|
|
|
|
|
30 |
# set command/entrypoint, adapt to fit your needs
|
31 |
ENTRYPOINT sh /entrypoint.sh
|
|
|
27 |
|
28 |
EXPOSE 3000
|
29 |
|
30 |
+
USER root
|
31 |
+
|
32 |
# set command/entrypoint, adapt to fit your needs
|
33 |
ENTRYPOINT sh /entrypoint.sh
|