This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
chenJinxu
/
HealthStudentWeb
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
增加 dockerfile文件
test
chenJinxu
11 months ago
parent
a30d912713
commit
19783c9d6e
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
Dockerfile
+ 5
- 0
Dockerfile
View File
@@ -0,0 +1,5 @@
FROM nginx
RUN mkdir /app
COPY dist /app
COPY nginx/nginx.conf /etc/nginx/nginx.conf
EXPOSE 80
Write
Preview
Loading…
Cancel
Save