fix: fixed Dockerfile CMD and exposed the port
Build and Deploy / build-docker (push) Successful in 4m16s Details

This commit is contained in:
antifallobst 2023-12-08 14:58:32 +01:00
parent 1f26e74e38
commit 6060292d9f
Signed by: antifallobst
GPG Key ID: 2B4F402172791BAF
1 changed files with 3 additions and 1 deletions

View File

@ -25,4 +25,6 @@ FROM debian:bookworm-slim
COPY --from=build /nerdcult_admin_worker/target/release/admin-worker /bin/admin-worker COPY --from=build /nerdcult_admin_worker/target/release/admin-worker /bin/admin-worker
CMD ["/bin/admin_worker"] EXPOSE 6969
CMD ["/bin/admin-worker"]