Skip to content

Commit

Permalink
Try to fix docker compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
ferraridamiano committed Dec 23, 2024
1 parent 347e7bd commit b46674a
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 @@ -38,7 +38,7 @@ COPY . .

RUN dart pub global activate melos && \
melos bootstrap && \
flutter build web --release --wasm
flutter build web --release

FROM nginx:1.27-alpine3.20-slim

Expand Down

0 comments on commit b46674a

Please sign in to comment.