Skip to content

Commit

Permalink
just copy it all
Browse files Browse the repository at this point in the history
  • Loading branch information
thecristen committed Aug 7, 2024
1 parent a51650b commit 0a1f2ac
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions deploy/dotcom/dev/1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,7 @@ RUN apt-get install -y nodejs

WORKDIR /app

COPY mix.exs .
COPY mix.lock .
COPY config .
COPY package.json .
COPY assets/package.json ./assets/package.json
COPY assets/webpack.config* .
COPY . .

RUN mix local.hex --force
RUN mix local.rebar --force
Expand Down

0 comments on commit 0a1f2ac

Please sign in to comment.