Update Dockerfile
continuous-integration/drone/push Build is passing Details

This commit is contained in:
quackerd 2023-08-21 14:23:16 +00:00
parent cede04750d
commit e4c95c2f52
1 changed files with 2 additions and 0 deletions

View File

@ -21,4 +21,6 @@ COPY ./opt /opt/
# remove packages
RUN set -xe && apk del unzip wget
VOLUME /etc/d2ray
CMD ["sh", "/opt/init.sh"]