You've already forked img-proxy-url-generator
Plloi rebase plx?
All checks were successful
🧪 ✨ Unit Tests Workflow / 🔍 🐹 Go Tests (push) Successful in 5m18s
All checks were successful
🧪 ✨ Unit Tests Workflow / 🔍 🐹 Go Tests (push) Successful in 5m18s
This commit is contained in:
@@ -33,6 +33,7 @@ jobs:
|
|||||||
- name: Replace entrypoint
|
- name: Replace entrypoint
|
||||||
run: |
|
run: |
|
||||||
sed -i 's/server/grpc/g' Dockerfile
|
sed -i 's/server/grpc/g' Dockerfile
|
||||||
|
sed -i 's/8080/9000/g' Dockerfile
|
||||||
|
|
||||||
- name: 🐳 🔨 Build Grpc Container
|
- name: 🐳 🔨 Build Grpc Container
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ RUN go mod tidy && go build -o imgproxy .
|
|||||||
|
|
||||||
FROM alpine:latest AS runtime
|
FROM alpine:latest AS runtime
|
||||||
|
|
||||||
EXPOSE 9000
|
EXPOSE 8080
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user