Skip to content

Commit

Permalink
fix(Dockerfile): remove trailing backslash
Browse files Browse the repository at this point in the history
😳
  • Loading branch information
angeloanan committed Mar 19, 2021
1 parent 6d22cb2 commit 51d5f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /usr/app
COPY package*.json ./
# Install build-essentials - https://github.com/mhart/alpine-node/issues/27#issuecomment-390187978
RUN apk add --no-cache --virtual .build-deps alpine-sdk python3 \
&& yarn install \
&& yarn install
COPY . .
RUN yarn build

Expand Down

0 comments on commit 51d5f44

Please sign in to comment.