Severian commited on
Commit
685df8c
·
1 Parent(s): 385d6cd

Update Dockerfile for correct directory structure

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,7 +14,7 @@ COPY . .
14
  WORKDIR /app/dify-main/docker
15
 
16
  # Correct the path to the .env.example file
17
- RUN cp ../docker/.env.example .env
18
 
19
  # Run Docker Compose to build and start the services
20
  CMD ["docker-compose", "up", "-d"]
 
14
  WORKDIR /app/dify-main/docker
15
 
16
  # Correct the path to the .env.example file
17
+ RUN cp /app/docker/.env.example .env
18
 
19
  # Run Docker Compose to build and start the services
20
  CMD ["docker-compose", "up", "-d"]