diff --git a/Dockerfile b/Dockerfile index 3eeb4d4..2d95325 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,8 +47,6 @@ COPY gleam.toml gleam.toml COPY priv/gleam priv/gleam # Compile dependencies first (including vendor/aprs) -# Force compile the vendored aprs dependency -RUN cd vendor/aprs && mix compile && cd /app RUN mix deps.compile # Then compile Gleam files (using pre-compiled BEAM files)