Browse Source

rename Dockerfile

Pi 3 weeks ago
parent
commit
ad90e3577c
2 changed files with 1 additions and 1 deletions
  1. 0 0
      Dockerfile
  2. 1 1
      docker-compose.yml

+ 0 - 0
Dockerfile-auth → Dockerfile


+ 1 - 1
docker-compose.yml

@@ -6,7 +6,7 @@ services:
     restart: unless-stopped
     build:
       context: .
-      dockerfile: Dockerfile-auth
+      dockerfile: Dockerfile
     volumes:
       - /etc/private-ca:/etc/private-ca:ro
       - ./hashes.py:/usr/src/app/hashes.py