Shivam098 commited on
Commit
487b45b
1 Parent(s): f665de4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ FROM python:3.9
5
 
6
  WORKDIR /code
7
  # Copy the JSON file into the container
8
- COPY ./fruitful_patterns.json /code/
9
 
10
  # Set permissions for the JSON file
11
  RUN chmod 644 /code/fruitful_patterns.json
 
5
 
6
  WORKDIR /code
7
  # Copy the JSON file into the container
8
+ COPY ./fruitful_patterns.json /code/fruitful_patterns.json
9
 
10
  # Set permissions for the JSON file
11
  RUN chmod 644 /code/fruitful_patterns.json