This commit is contained in:
crusader 2017-12-15 18:15:31 +09:00
parent 4e4a178142
commit 47d4bc7749
4 changed files with 1 additions and 1 deletions

View File

@ -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 \