mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-17 20:52:14 +01:00
fixing typo in package/Dockerfile
This commit is contained in:
@@ -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" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user