Merge pull request '- fix Dockerfile' (#5) from dev into release

Reviewed-on: #5
This commit was merged in pull request #5.
This commit is contained in:
2026-06-25 11:59:06 +03:00
+3 -3
View File
@@ -17,9 +17,9 @@ RUN dart pub get && dart compile exe bin/server.dart -o bin/server.exe
# Production stage # Production stage
FROM debian:bookworm-slim AS production FROM debian:bookworm-slim AS production
RUN apt-get update && apt-get install -y \ # RUN apt-get update && apt-get install -y \
curl \ # curl \
&& rm -rf /var/lib/apt/lists/* # && rm -rf /var/lib/apt/lists/*
WORKDIR /app WORKDIR /app