put back entrypoint chmod
This commit is contained in:
parent
6d4ab40b96
commit
d58f9cc81d
1 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,8 @@ RUN npm config set maxsockets 1 && \
|
||||||
npm config set fetch-retry-mintimeout 100000 && \
|
npm config set fetch-retry-mintimeout 100000 && \
|
||||||
npm config set fetch-retry-maxtimeout 600000 && \
|
npm config set fetch-retry-maxtimeout 600000 && \
|
||||||
npm ci --omit=dev && \
|
npm ci --omit=dev && \
|
||||||
chown -R root:root /usr/src/app
|
chown -R root:root /usr/src/app && \
|
||||||
|
chmod +x /usr/src/app/docker-entrypoint.sh
|
||||||
|
|
||||||
FROM ubuntu:jammy AS final
|
FROM ubuntu:jammy AS final
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue