diff --git a/docker-compose.yml b/docker-compose.yml index d5c88f8..ad6b2ee 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,4 +6,4 @@ services: ports: - "3002:80" volumes: - - ./static:/usr/share/nginx/html \ No newline at end of file + - ../static:/usr/share/nginx/html \ No newline at end of file