Merge pull request #61 from ShockwaveNN/patch-1
Use COPY instead of ADD
This commit is contained in:
commit
91c987705c
@ -23,8 +23,8 @@ RUN echo "#!/bin/sh\nexit 0" > /usr/sbin/policy-rc.d && \
|
|||||||
service nginx stop && \
|
service nginx stop && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
ADD config /app/onlyoffice/setup/config/
|
COPY config /app/onlyoffice/setup/config/
|
||||||
ADD run-document-server.sh /app/onlyoffice/run-document-server.sh
|
COPY run-document-server.sh /app/onlyoffice/run-document-server.sh
|
||||||
|
|
||||||
EXPOSE 80 443
|
EXPOSE 80 443
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user