slickdata commited on
Commit
895c163
·
1 Parent(s): e08cf32

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ COPY requirements.txt /code/requirements.txt
11
  RUN pip install -r requirements.txt
12
 
13
  # Copy the application code to the working directory
14
- COPY ./src /code/src
15
 
16
  # Expose the port on which the application will run
17
  EXPOSE 8000
 
11
  RUN pip install -r requirements.txt
12
 
13
  # Copy the application code to the working directory
14
+ COPY . /code
15
 
16
  # Expose the port on which the application will run
17
  EXPOSE 8000