Skip to content

Commit 26b74c6

Browse files
author
AI-Agent
committed
AI generated Dockerfile via OpenAI
1 parent 5f00196 commit 26b74c6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
FROM python:3.11-slim
2+
WORKDIR /app
3+
ENV PYTHONUNBUFFERED=1
4+
ENV PYTHONDONTWRITEBYTECODE=1
5+
COPY . .
6+
EXPOSE ${PORT:-8000}
7+
CMD ["sh", "-c", "python3 area_of_rectangle.py"]

0 commit comments

Comments
 (0)