mirror of
https://github.com/outbackdingo/garage-webui.git
synced 2026-01-27 02:18:56 +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