Sign in
简柏林
/
thingskit-view
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
70c2c09888312922c46d4b0e6eb1ec42027e5c27
Authored by
ww
2024-10-08 11:12:45 +0800
1 parent
754942e4
feat: 新增dockerfile文件
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
Dockerfile
Dockerfile
0 → 100644
View file @
70c2c09
1
+
FROM nginx:latest
2
+
3
+
COPY ./dist/ /usr/share/nginx/html/
4
+
COPY default.conf /etc/nginx/conf.d/default.conf
5
+
6
+
EXPOSE 8084
...
...