diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..6f6e526 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,17 @@ +# Use an official Python runtime as the base image +FROM python:3.9-slim + +# Set the working directory inside the container +WORKDIR /app + +# Copy the current directory contents into the container at /app +COPY . /app + +# Install the required dependencies +RUN pip install --no-cache-dir Flask + +# Expose port 5000 (the default Flask port) +EXPOSE 5000 + +# Set the command to run the application when the container starts +CMD ["python", "app.py"] diff --git a/README.md b/README.md index 40afaa4..65b4476 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ # S4-projects ![del](https://user-images.githubusercontent.com/96950933/216551396-58ffa498-0148-4a61-97ac-74aaeb0bd115.png) +Hello ! I'm learning devops to be on my way of getting 6 figures income. diff --git a/andrea b/andrea new file mode 100644 index 0000000..e69de29 diff --git a/gaby b/gaby new file mode 100644 index 0000000..e69de29 diff --git a/kassy b/kassy new file mode 100644 index 0000000..e69de29 diff --git a/mamy, b/mamy, new file mode 100644 index 0000000..e69de29 diff --git a/samuel b/samuel new file mode 100644 index 0000000..e69de29