Plloi rebase plx?
All checks were successful
🧪 ✨ Unit Tests Workflow / 🔍 🐹 Go Tests (push) Successful in 5m18s

This commit is contained in:
2025-05-20 16:37:16 -04:00
parent 6159a1509d
commit 05fc22e966
2 changed files with 2 additions and 1 deletions

View File

@@ -33,6 +33,7 @@ jobs:
- name: Replace entrypoint
run: |
sed -i 's/server/grpc/g' Dockerfile
sed -i 's/8080/9000/g' Dockerfile
- name: 🐳 🔨 Build Grpc Container
uses: docker/build-push-action@v6

View File

@@ -12,7 +12,7 @@ RUN go mod tidy && go build -o imgproxy .
FROM alpine:latest AS runtime
EXPOSE 9000
EXPOSE 8080
WORKDIR /app