Attempt to use inbuilt Docker tasks

This commit is contained in:
Joshua M. Boniface 2020-06-14 19:59:32 -04:00
parent c4cc669ebf
commit cbae2f577e
2 changed files with 24 additions and 29 deletions

View file

@ -7,5 +7,6 @@ RUN apk add autoconf g++ make libpng-dev gifsicle alpine-sdk automake libtool ma
WORKDIR ${SOURCE_DIR}/
COPY . .
RUN ls -al .
RUN yarn install && mv dist ${ARTIFACT_DIR}