Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Quafadas committed May 19, 2024
1 parent 0779d4b commit cd91386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY build.sc .
RUN cs install metals

# Download mills dependancies. if build.sc hasn't changed, this _should_ hit the layer cache.
RUN mill __.prepareOffline
RUN ./mill __.prepareOffline

# Copy source into container
COPY . .
Expand Down

0 comments on commit cd91386

Please sign in to comment.