build front
This commit is contained in:
parent
fed6a84fca
commit
12f5f4fed8
@ -14,7 +14,7 @@ COPY go.mod go.sum ./
|
|||||||
RUN go mod download
|
RUN go mod download
|
||||||
|
|
||||||
COPY . .
|
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
|
RUN go build -o bin/webserver github.com/egor3f/rssalchemy/cmd/webserver
|
||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user