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 cf8f27b commit e8bdbff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile → Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM mcr.microsoft.com/devcontainers/base:ubuntu
# https://get-coursier.io/docs/cli-installation
RUN curl -fL "https://github.com/coursier/launchers/raw/master/cs-x86_64-pc-linux.gz" | gzip -d > cs && chmod +x cs && mv cs /usr/local/bin/cs

COPY ../build.sc .
COPY build.sc .

# We should have all the deps to run Metals here, saving time from a cold start.
RUN cs install metals
Expand All @@ -12,7 +12,7 @@ RUN cs install metals
RUN ./mill __.prepareOffline

# Copy source into container
COPY ../. .
COPY . .

# Compile the project - anything that has hit "main" should (at least!) compile
# And setup mills BSP server for metals
Expand Down

0 comments on commit e8bdbff

Please sign in to comment.