This website works better with JavaScript.
Explore
Sign In
infra
/
docker-irc
Watch
1
Star
0
Fork
You've already forked docker-irc
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13
Commits
1
Branch
0
Tags
158 KiB
Tag:
Branch:
Tree:
44b1864b09
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '44b1864b09'
${ noResults }
docker-irc
/
reverseproxy
/
Dockerfile
6 lines
59 B
Raw
Normal View
History
Unescape
Escape
Added reverse-proxy default config and added LOCAL_STACK_DIR variable
4 years ago
FROM
nginx:stable-alpine
COPY
root/ /
CMD
[
"./start.sh"
]