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