chore: update bin folder

This commit is contained in:
Steven
2023-10-17 21:56:24 +08:00
parent 3225e7c47b
commit 4d1705dca5
3 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ WORKDIR /backend-build
COPY . .
COPY --from=frontend /frontend-build/web/dist ./server/dist
RUN CGO_ENABLED=0 go build -o slash ./cmd/slash/main.go
RUN CGO_ENABLED=0 go build -o slash ./bin/slash/main.go
# Make workspace with above generated files.
FROM alpine:latest AS monolithic