mirror of
https://github.com/danbulant/Portfolio
synced 2026-07-05 19:11:06 +00:00
devops: workdir backend
This commit is contained in:
parent
3d373c4daa
commit
3ba56a8df5
1 changed files with 2 additions and 0 deletions
|
|
@ -6,4 +6,6 @@ RUN cargo build --release
|
||||||
FROM debian:bullseye-slim
|
FROM debian:bullseye-slim
|
||||||
#RUN apt-get update && apt-get install -y PRIPADNE_DEPS && rm -rf /var/lib/apt/lists/*
|
#RUN apt-get update && apt-get install -y PRIPADNE_DEPS && rm -rf /var/lib/apt/lists/*
|
||||||
COPY --from=builder /portfolio/target/release/portfolio /usr/local/bin/portfolio
|
COPY --from=builder /portfolio/target/release/portfolio /usr/local/bin/portfolio
|
||||||
|
|
||||||
|
WORKDIR /portfolio
|
||||||
CMD ["portfolio"]
|
CMD ["portfolio"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue