standardize indentation
This commit is contained in:
parent
688516ac33
commit
caf5444000
5 changed files with 16 additions and 12 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue