diff --git a/Dockerfile b/Dockerfile index ce8f87f..eb0b3a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -46,4 +46,4 @@ COPY --from=builder /tinyauth/tinyauth ./ EXPOSE 3000 -CMD ["./tinyauth"] \ No newline at end of file +ENTRYPOINT ["./tinyauth"] \ No newline at end of file