This website works better with JavaScript
Home
Explore
Help
Sign In
post-project-ui
/
post-ui
Watch
3
Star
0
Fork
1
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
添加 'Dockerfile'
sifu-gogs
2 years ago
parent
007a501554
commit
a3d2f7cc0a
1 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
3
0
Dockerfile
+ 3
- 0
Dockerfile
View File
@@ -0,0 +1,3 @@
+FROM nginx
+EXPOSE 80
+COPY dist /usr/share/nginx/html