fixing typo in package/Dockerfile

This commit is contained in:
Julien Neuhart
2019-10-14 11:32:37 +02:00
committed by GitHub
parent f90442cfb1
commit 8fd51b9e9e

View File

@@ -2,7 +2,7 @@
# | Binary # | Binary
# |-------------------------------------------------------------------------- # |--------------------------------------------------------------------------
# | # |
# | Buils Gotenberg binary. # | Builds Gotenberg binary.
# | # |
FROM thecodingmachine/gotenberg:workspace AS workspace FROM thecodingmachine/gotenberg:workspace AS workspace
@@ -59,4 +59,4 @@ USER gotenberg
WORKDIR /gotenberg WORKDIR /gotenberg
EXPOSE 3000 EXPOSE 3000
CMD [ "gotenberg" ] CMD [ "gotenberg" ]