snackshell commited on
Commit
3ff3667
·
verified ·
1 Parent(s): dd53460

Update Dockerfile.txt

Browse files
Files changed (1) hide show
  1. Dockerfile.txt +1 -1
Dockerfile.txt CHANGED
@@ -1,7 +1,7 @@
1
  # Use the official Python image from the Docker Hub
2
  FROM python:3.11-slim
3
 
4
- # Set the working directory in the container
5
  WORKDIR /app
6
 
7
  # Copy the requirements file first to leverage Docker cache
 
1
  # Use the official Python image from the Docker Hub
2
  FROM python:3.11-slim
3
 
4
+ # Set the working directory in the container
5
  WORKDIR /app
6
 
7
  # Copy the requirements file first to leverage Docker cache