lucas-wa
commited on
Commit
·
0b2e3e9
1
Parent(s):
be8ba15
Fixing permission deined
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -25,6 +25,7 @@ WORKDIR $HOME/app
|
|
25 |
|
26 |
COPY --chown=user . $HOME/app
|
27 |
|
|
|
28 |
|
29 |
COPY web /code/web/
|
30 |
|
|
|
25 |
|
26 |
COPY --chown=user . $HOME/app
|
27 |
|
28 |
+
ENTRYPOINT ["/entrypoint.sh"]
|
29 |
|
30 |
COPY web /code/web/
|
31 |
|