diff --git a/build/package/Dockerfile b/build/package/Dockerfile index dc36ad1f..a64bc6c0 100644 --- a/build/package/Dockerfile +++ b/build/package/Dockerfile @@ -2,7 +2,7 @@ # | Binary # |-------------------------------------------------------------------------- # | -# | Buils Gotenberg binary. +# | Builds Gotenberg binary. # | FROM thecodingmachine/gotenberg:workspace AS workspace @@ -59,4 +59,4 @@ USER gotenberg WORKDIR /gotenberg EXPOSE 3000 -CMD [ "gotenberg" ] \ No newline at end of file +CMD [ "gotenberg" ]