mirror of https://github.com/nealey/eris.git
Expose port 80 in dockerfile
This commit is contained in:
parent
48dbc0e8e0
commit
2e1a3eb867
|
@ -15,5 +15,7 @@ RUN adduser -S -u 800 -G www www
|
|||
RUN mkdir /www
|
||||
WORKDIR /www
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
CMD ["s6-tcpserver", "-u", "80", "-g", "80", "0.0.0.0", "80", "/usr/bin/eris", "-."]
|
||||
|
||||
|
|
Loading…
Reference in New Issue