Fixed container file

This commit is contained in:
Ubuntu 2023-11-22 12:45:01 +00:00
parent 2c4f18f52b
commit 09c64c4628

View File

@ -8,4 +8,5 @@ RUN apt-get update && apt-get install -y \
tmux \
vim
WORKDIR /wgmesh
RUN go mod tidy
RUN go build -o /usr/local/bin ./...