with go plan
This commit is contained in:
parent
7d8722d995
commit
08a6b4dda7
@ -1,11 +1,7 @@
|
|||||||
FROM rust:1.62.1-slim-buster
|
FROM golang
|
||||||
|
|
||||||
RUN apt-get update && apt-get upgrade -y
|
|
||||||
RUN apt-get install libssl-dev
|
|
||||||
RUN apt-get install -y -q build-essential curl
|
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN cargo build
|
RUN go build cmd/main.go
|
||||||
|
|
||||||
CMD [ "cargo", "run" ]
|
CMD [ "main" ]
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
target/
|
|
||||||
.cuddle/
|
.cuddle/
|
||||||
|
main/
|
||||||
|
Loading…
Reference in New Issue
Block a user