mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-23 21:27:44 +03:00
5 lines
153 B
Docker
5 lines
153 B
Docker
FROM nginx:1.11.6-alpine
|
|
MAINTAINER Alejandro Celaya <alejandro@alejandrocelaya.com>
|
|
|
|
# Delete default nginx vhost
|
|
RUN rm /etc/nginx/conf.d/default.conf
|