We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d56f06 commit e09918aCopy full SHA for e09918a
Dockerfile
@@ -2,7 +2,8 @@
2
FROM python:3.10-slim
3
4
# Install system dependencies
5
-RUN apt-get update && apt-get install -y \
+RUN apt-get update
6
+RUN apt-get install -y \
7
gcc \
8
g++ \
9
curl \
@@ -35,4 +36,4 @@ WORKDIR /app
35
36
EXPOSE 3000
37
38
# Start the server
-CMD ["python", "main.py"]
39
+CMD ["python", "main.py"]
0 commit comments