FrancescoConte commited on
Commit
14e1450
·
1 Parent(s): e66bea6

restored Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ FROM python:3.9-slim
4
  # Set working directory
5
  WORKDIR /app
6
 
7
- # Copy app files
8
  COPY . /app
9
 
10
  # Install dependencies
 
4
  # Set working directory
5
  WORKDIR /app
6
 
7
+ # Copy your app files
8
  COPY . /app
9
 
10
  # Install dependencies