default env

This commit is contained in:
2019-07-21 11:27:19 +08:00
Unverified
parent 4de298eb20
commit d5cf8c8804
+2
View File
@@ -35,4 +35,6 @@ RUN cp -rf /taiko-web/docker/taiko-web-nginx.conf /etc/nginx/conf.d/ && \
#info
EXPOSE 80
# VOLUME [ "/taiko-web/public/songs" ]
ENV TAIKO_URL http://taiko.example.com
ENV TAIKO_VERSION Nanahira
CMD [ "/taiko-web/docker/entrypoint.sh" ]