woud be nice if it could just be args
COPY --from=builder /app/target/release/madstack /app/madstack
Line: 34
|
ca-certificates \ |
|
&& rm -rf /var/lib/apt/lists/* |
|
|
|
# TODO: make cleaner as in above. script? |
|
# woud be nice if it could just be args |
|
# COPY --from=builder /app/target/release/madstack /app/madstack |
|
COPY --from=builder /app/target/debug/madstack /app/madstack |
|
|
|
EXPOSE 3000 |
|
|
|
CMD ["/app/madstack"] |
woud be nice if it could just be args
COPY --from=builder /app/target/release/madstack /app/madstack
Line: 34
MADstack/Dockerfile
Lines 31 to 41 in b366586