Fix not including html
This commit is contained in:
parent
c148f7bb16
commit
05e6a3acc1
@ -4,5 +4,6 @@ COPY . .
|
||||
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags="-w -s" .
|
||||
FROM scratch
|
||||
WORKDIR /app
|
||||
COPY --from=builder /app/medication /usr/bin/
|
||||
ENTRYPOINT ["medication"]
|
||||
COPY --from=builder /app/index.html /app/
|
||||
COPY --from=builder /app/medication /app/
|
||||
ENTRYPOINT ["/app/medication"]
|
Loading…
Reference in New Issue
Block a user