dashboard
repositories
filestore
activity
search
login
admin
/
command-center-dashboard
forked from
drone/command-center-dashboard
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat:useTaskWayline使用方式调整
shuishen
2025-04-19
4bd6f36030948afc34e031fc9f4b8f8cc3dde6f9
[~admin/command-center-dashboard.git]
/
src
/
docker
/
Dockerfile
1
2
3
4
5
6
FROM nginx
VOLUME /tmp
ENV LANG en_US.UTF-8
ADD ./dist/ /usr/share/nginx/html/
EXPOSE 80
EXPOSE 443