update docker file, possibly for the better

This commit is contained in:
Mitchell Marino 2023-04-13 23:50:22 -05:00
parent ebc86c268d
commit f4ffe71556

View File

@ -8,5 +8,5 @@ RUN apt update && apt install -y pkg-config libssl-dev
RUN cargo install sqlx-cli
RUN cargo install --path .
CMD ["start.sh"]
CMD ["./start.sh"]