mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-25 14:32:14 +02:00
Delete unused file that I thought I had already deleted
This commit is contained in:
parent
df59b43e03
commit
bdfb7c0a75
@ -1,8 +0,0 @@
|
|||||||
FROM golang:1.17
|
|
||||||
COPY go.mod ./
|
|
||||||
COPY go.sum ./
|
|
||||||
RUN unset GOPATH; go mod download
|
|
||||||
COPY . ./
|
|
||||||
RUN unset GOPATH; cat VERSION; go build -o /server -ldflags "-X main.ReleaseVersion=v0.`cat VERSION`" backend/server/server.go
|
|
||||||
CMD [ "/server" ]
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user