Update architecture
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ WORKDIR /app
|
||||
COPY go.mod go.sum ./
|
||||
RUN go mod download
|
||||
|
||||
COPY main.go index.html favicon.ico ./
|
||||
COPY main.go index.html favicon.png ./
|
||||
RUN CGO_ENABLED=0 GOOS=linux go build -ldflags="-s -w" -o nats-ui main.go
|
||||
|
||||
# Runtime stage
|
||||
|
||||
Reference in New Issue
Block a user