fix: fixed Dockerfile CMD and exposed the port
Build and Deploy / build-docker (push) Successful in 4m16s
Details
Build and Deploy / build-docker (push) Successful in 4m16s
Details
This commit is contained in:
parent
1f26e74e38
commit
6060292d9f
|
@ -25,4 +25,6 @@ FROM debian:bookworm-slim
|
|||
|
||||
COPY --from=build /nerdcult_admin_worker/target/release/admin-worker /bin/admin-worker
|
||||
|
||||
CMD ["/bin/admin_worker"]
|
||||
EXPOSE 6969
|
||||
|
||||
CMD ["/bin/admin-worker"]
|
||||
|
|
Loading…
Reference in New Issue