diff --git a/Dockerfile b/Dockerfile index a5d7e44..d966a7a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,5 +33,4 @@ RUN \ COPY --from=build /build/pgweb /usr/bin/pgweb EXPOSE 8081 - -CMD ["/usr/bin/pgweb", "--bind=0.0.0.0", "--listen=8081"] +ENTRYPOINT ["/usr/bin/pgweb", "--bind=0.0.0.0", "--listen=8081"]