default env

This commit is contained in:
purerosefallen 2019-07-21 11:27:19 +08:00
parent 4de298eb20
commit d5cf8c8804
No known key found for this signature in database
GPG Key ID: E6D78C90943A3185

View File

@ -35,4 +35,6 @@ RUN cp -rf /taiko-web/docker/taiko-web-nginx.conf /etc/nginx/conf.d/ && \
#info #info
EXPOSE 80 EXPOSE 80
# VOLUME [ "/taiko-web/public/songs" ] # VOLUME [ "/taiko-web/public/songs" ]
ENV TAIKO_URL http://taiko.example.com
ENV TAIKO_VERSION Nanahira
CMD [ "/taiko-web/docker/entrypoint.sh" ] CMD [ "/taiko-web/docker/entrypoint.sh" ]