diff --git a/Dockerfile b/Dockerfile index ebbee5b..62bf0e1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1 +1,3 @@ FROM dxflrs/garage:v1.1.0 + +COPY . . \ No newline at end of file diff --git a/docker-compose.yaml b/docker-compose.yaml index 0959a64..eadc23d 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,7 +1,9 @@ services: garage: restart: unless-stopped - image: dxflrs/garage:v1.1.0 + build: + context: . + dockerfile: ./Dockerfile environment: - 'GARAGE_RPC_SECRET=${GARAGE_RPC_SECRET}' volumes: