This website requires JavaScript.
Explore
Help
Register
Sign In
schedulord
/
schedulord-frontend
Watch
3
Star
0
Fork
0
You've already forked schedulord-frontend
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
81e3310eef
schedulord-frontend
/
Dockerfile
7 lines
101 B
Docker
Raw
Normal View
History
Unescape
Escape
updated
2022-06-09 08:20:46 +00:00
FROM
nginx:1.13.1-alpine
Initial Dockerfile and Jenkinsfile
2022-06-08 17:35:09 +00:00
updated
2022-06-09 08:20:46 +00:00
EXPOSE
80
Update 'Dockerfile'
2022-06-08 21:24:38 +00:00
updated
2022-06-09 08:20:46 +00:00
COPY
dist /var/www
COPY
config/nginx.conf /etc/nginx/nginx.conf
Reference in New Issue
Copy Permalink