mirror of
https://github.com/aykhans/slash-e.git
synced 2025-06-14 03:47:50 +00:00
chore: update cmd entry folder
This commit is contained in:
@ -17,7 +17,7 @@ WORKDIR /backend-build
|
||||
COPY . .
|
||||
COPY --from=frontend /frontend-build/dist ./server/dist
|
||||
|
||||
RUN CGO_ENABLED=0 go build -o shortify ./main.go
|
||||
RUN go build -o shortify ./cmd/shortify/main.go
|
||||
|
||||
# Make workspace with above generated files.
|
||||
FROM alpine:3.16 AS monolithic
|
||||
|
Reference in New Issue
Block a user