From 57ce326a7a1fd439fddf673b1486af097c51b825 Mon Sep 17 00:00:00 2001 From: Julius de Jeu Date: Sun, 12 Jun 2022 00:46:51 +0200 Subject: [PATCH] Fix workdir --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index b0ab34e..7fb9ed4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,6 +21,8 @@ COPY --from=builder /app/target/release/tickets /app/tickets COPY static /app/static +WORKDIR /app + EXPOSE 8080 CMD ["/app/tickets"] \ No newline at end of file