Skip to content

Commit

Permalink
fix: fix the error when building a docker image (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
narikazu authored Aug 5, 2022
1 parent 710ce73 commit 6b3ce25
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 @@ -2,7 +2,7 @@ FROM bitwalker/alpine-elixir-phoenix:1.10.3

ARG SECRET_KEY_BASE

RUN apk add yarn
RUN apk add yarn --force-broken-world

RUN mkdir /app
ADD . /app
Expand Down

0 comments on commit 6b3ce25

Please sign in to comment.