ing
This commit is contained in:
parent
4e4a178142
commit
47d4bc7749
|
@ -9,7 +9,7 @@ ENV APP_CONFIG_PATH="${APP_HOME}/config" \
|
||||||
PATH="$PATH:${APP_HOME}/bin"
|
PATH="$PATH:${APP_HOME}/bin"
|
||||||
|
|
||||||
ADD dist/${APP_NAME} ${APP_HOME}/bin/
|
ADD dist/${APP_NAME} ${APP_HOME}/bin/
|
||||||
ADD _docker/bin/*.sh ${APP_HOME}/bin/
|
ADD build/docker/bin/*.sh ${APP_HOME}/bin/
|
||||||
|
|
||||||
RUN apk add --no-cache curl \
|
RUN apk add --no-cache curl \
|
||||||
&& chmod +x ${APP_HOME}/bin/*.sh \
|
&& chmod +x ${APP_HOME}/bin/*.sh \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user