build front
This commit is contained in:
parent
574a59a4ed
commit
c6f637b2b5
@ -14,7 +14,7 @@ COPY go.mod go.sum ./
|
||||
RUN go mod download
|
||||
|
||||
COPY . .
|
||||
COPY --from=frontend /buildfront/dist ./frontend/wizard-vie/dist
|
||||
COPY --from=frontend /buildfront/dist ./frontend/wizard-vue/dist
|
||||
RUN go build -o bin/webserver github.com/egor3f/rssalchemy/cmd/webserver
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user