mirror of
https://github.com/khairul169/garage-webui.git
synced 2026-01-24 23:16:49 +00:00
chore: fix docker build
This commit is contained in:
@@ -4,3 +4,4 @@ node_modules
|
||||
*.md
|
||||
.env*
|
||||
dist
|
||||
backend/ui/dist
|
||||
|
||||
@@ -18,7 +18,7 @@ COPY backend/go.mod backend/go.sum ./
|
||||
RUN go mod download
|
||||
|
||||
COPY backend/ ./
|
||||
COPY --from=frontend /app/dist ./ui
|
||||
COPY --from=frontend /app/dist ./ui/dist
|
||||
RUN make
|
||||
|
||||
FROM scratch
|
||||
|
||||
Reference in New Issue
Block a user