الملفات
Ghyamah-task-1-cli2/test-projects/empty-deploy-test/Dockerfile
2026-08-21 12:18:04 +03:00

11 أسطر
348 B
Docker

# ⚡ Auto-generated Generic Dockerfile
# Ghaymah couldn't auto-detect your project type.
# This Dockerfile assumes your project has a start command.
# Edit this file or create your own Dockerfile for better results.
FROM alpine:3.19
WORKDIR /app
COPY . .
EXPOSE 80
CMD ["sh", "-c", "echo 'Ready! Add a CMD to your Dockerfile' && sleep infinity"]