Dockerfile fix
This commit is contained in:
parent
3b3ceb14b4
commit
dd863fbf2c
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ FROM golang:bullseye AS builder
|
||||||
|
|
||||||
COPY . /src
|
COPY . /src
|
||||||
|
|
||||||
RUN apt update && apt install npm
|
RUN apt update && apt install -y npm
|
||||||
RUN cd / && npm i bootswatch && npm i bootstrap-icons
|
RUN cd / && npm i bootswatch && npm i bootstrap-icons
|
||||||
|
|
||||||
RUN cd /src/cmd/WatchYourLAN/ && CGO_ENABLED=0 go build -o /WatchYourLAN .
|
RUN cd /src/cmd/WatchYourLAN/ && CGO_ENABLED=0 go build -o /WatchYourLAN .
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue