updating some folders names

This commit is contained in:
Julien Neuhart
2018-04-06 17:40:50 +02:00
parent 21ace615c2
commit 62c72d293e
9 changed files with 14 additions and 14 deletions

View File

@@ -24,11 +24,11 @@ RUN echo "deb http://httpredir.debian.org/debian/ stretch main contrib non-free"
# | All Gotenberg related stuff.
# |
COPY _build/gotenberg /usr/bin/gotenberg
COPY .build/gotenberg /usr/bin/gotenberg
RUN ln -s /usr/bin/gotenberg /usr/local/bin/gotenberg
WORKDIR /gotenberg
COPY gotenberg.yml /gotenberg/gotenberg.yml
COPY .build/gotenberg.yml /gotenberg/gotenberg.yml
EXPOSE 3000
CMD ["gotenberg"]