This website requires JavaScript.
Explore
Help
Sign In
glax
/
Tranga
Watch
1
Star
0
Fork
0
You've already forked Tranga
mirror of
https://github.com/C9Glax/tranga.git
synced
2025-01-12 03:17:33 +01:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Tranga
/
Website
/
Dockerfile
4 lines
101 B
Docker
Raw
Normal View
History
Unescape
Escape
Changed CORS policy allow all origins Added Dockerfile to website Changed Ports
2023-05-24 22:30:11 +02:00
FROM nginx:1.10.1-alpine
COPY
. /usr/share/nginx/html
Corrected port
2023-05-24 23:53:39 +02:00
EXPOSE
80
Changed CORS policy allow all origins Added Dockerfile to website Changed Ports
2023-05-24 22:30:11 +02:00
CMD
[
"nginx"
,
"-g"
,
"daemon off;"
]
Reference in New Issue
Copy Permalink