Skip to content

Commit

Permalink
Fix build after path change
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel González Lopes <[email protected]>
  • Loading branch information
dgzlopes committed Apr 5, 2023
1 parent 3a8f5c0 commit 2dc35f9
Show file tree
Hide file tree
Showing 234 changed files with 29,679 additions and 5,015 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV PUBLIC_BACKEND_ENDPOINT=${PUBLIC_BACKEND_ENDPOINT}
ARG PUBLIC_BACKEND_WS_ENDPOINT=ws://localhost:3333/
ENV PUBLIC_BACKEND_WS_ENDPOINT=${PUBLIC_BACKEND_WS_ENDPOINT}

RUN go generate web/web.go
RUN go generate pkg/web/web.go

RUN GO111MODULE=on CGO_ENABLED=0 go build -o bin/quickpizza

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM node:16.19.1-bullseye

WORKDIR /app
COPY . .
WORKDIR /app/web
WORKDIR /app/pkg/web
RUN npm install
WORKDIR /app

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.PHONY: run
run:
go generate web/web.go
go generate pkg/web/web.go
GO111MODULE=on CGO_ENABLED=0 go run .

.PHONY: build
build:
go generate web/web.go
go generate pkg/web/web.go
GO111MODULE=on CGO_ENABLED=0 go build -o bin/quickpizza
16 changes: 6 additions & 10 deletions vendor/github.com/prometheus/client_golang/prometheus/histogram.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions vendor/golang.org/x/sys/AUTHORS

This file was deleted.

3 changes: 0 additions & 3 deletions vendor/golang.org/x/sys/CONTRIBUTORS

This file was deleted.

31 changes: 31 additions & 0 deletions vendor/golang.org/x/sys/unix/asm_bsd_ppc64.s

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 29 additions & 0 deletions vendor/golang.org/x/sys/unix/asm_bsd_riscv64.s

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/golang.org/x/sys/unix/asm_linux_loong64.s

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/golang.org/x/sys/unix/dirent.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

233 changes: 0 additions & 233 deletions vendor/golang.org/x/sys/unix/errors_freebsd_386.go

This file was deleted.

Loading

0 comments on commit 2dc35f9

Please sign in to comment.