This commit is contained in:
2024-04-14 11:59:24 +02:00
parent ba8612b990
commit f7e1810077

View File

@@ -21,4 +21,4 @@ RUN chmod +x /*.sh
WORKDIR /app
COPY --from=builder /app/target/release/book_library_server /usr/local/bin
ENTRYPOINT ["/start.sh"]
CMD ["/start.sh"]