- fix Dockerfile

This commit is contained in:
dmit.b
2026-06-25 11:58:48 +03:00
parent 6797f3d3c8
commit 9644b64a90
+3 -3
View File
@@ -17,9 +17,9 @@ RUN dart pub get && dart compile exe bin/server.dart -o bin/server.exe
# Production stage
FROM debian:bookworm-slim AS production
RUN apt-get update && apt-get install -y \
curl \
&& rm -rf /var/lib/apt/lists/*
# RUN apt-get update && apt-get install -y \
# curl \
# && rm -rf /var/lib/apt/lists/*
WORKDIR /app