Updated the image for docker yarn

This commit is contained in:
Sambo Chea 2021-07-14 16:20:11 +07:00
parent 38a326ea3f
commit bb96ee0736
2 changed files with 1 additions and 3 deletions

View File

@ -1,8 +1,6 @@
FROM cubetiq/calpine-docker:latest
LABEL maintainer="sombochea@cubetiqs.com"
RUN apk add --update --no-cache yarn
COPY ./entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh

View File

@ -15,7 +15,7 @@ then INPUT_SHELL=sh
fi
if [ -z $INPUT_IMAGE ];
then INPUT_IMAGE=cubetiq/calpine-docker
then INPUT_IMAGE=cubetiq/calpine-docker-yarn
fi
if [ -z $semicolon_delimited_script ];