standardize indentation

This commit is contained in:
dkanada 2020-06-15 19:54:00 +09:00
parent 688516ac33
commit caf5444000
5 changed files with 16 additions and 12 deletions

View file

@ -5,8 +5,7 @@ ARG ARTIFACT_DIR=/jellyfin-web
RUN apk add autoconf g++ make libpng-dev gifsicle alpine-sdk automake libtool make gcc musl-dev nasm python
WORKDIR ${SOURCE_DIR}/
WORKDIR ${SOURCE_DIR}
COPY . .
RUN ls -al .
RUN yarn install && mv dist ${ARTIFACT_DIR}