Fixed so org editor has more control of org workflows

This commit is contained in:
Frikky
2025-01-27 12:55:30 +01:00
parent 89fcd6202e
commit 14d08b24c3
4 changed files with 8 additions and 21 deletions
+1 -1
View File
@@ -2,7 +2,6 @@ FROM golang:1.22 as builder
WORKDIR /app
# COPY go.* ./
COPY orborus.go /app/orborus.go
COPY go.mod /app/go.mod
@@ -20,4 +19,5 @@ ENV ENVIRONMENT_NAME=Shuffle \
BASE_URL=http://shuffle-backend:5001 \
DOCKER_API_VERSION=1.40 \
SHUFFLE_OPENSEARCH_URL=https://opensearch:9200
CMD ["./orborus"]