ubuntu
This commit is contained in:
parent
5beb5bf56b
commit
c95e41804b
|
@ -3,7 +3,7 @@ COPY . /build/
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
RUN make build
|
RUN make build
|
||||||
|
|
||||||
FROM cgr.dev/chainguard/static:latest
|
FROM ubuntu:latest
|
||||||
COPY --from=build /build/tea /tea
|
COPY --from=build /build/tea /tea
|
||||||
VOLUME [ "/app" ]
|
VOLUME [ "/app" ]
|
||||||
ENV HOME="/app"
|
ENV HOME="/app"
|
||||||
|
|
Loading…
Reference in New Issue