-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
woud be nice if it could just be args
COPY --from=builder /app/target/release/madstack /app/madstack
Line: 34
Lines 31 to 41 in b366586
| 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"] |