fix: remove invalid no-cache property

- Remove invalid no-cache from docker-compose.yml
- Clean up Dockerfile syntax
This commit is contained in:
2025-11-05 09:27:20 -08:00
parent 893f5b50ef
commit fbd72c7748
2 changed files with 2 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM registry:2 FROM registry:2 AS base
# Install apache2-utils using Alpine package manager # Use Alpine's apk package manager to install apache2-utils
RUN apk --no-cache add apache2-utils RUN apk --no-cache add apache2-utils

View File

@@ -5,7 +5,6 @@ services:
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
no-cache: true
container_name: registry container_name: registry
restart: unless-stopped restart: unless-stopped
expose: expose: