mirror of
https://github.com/shlinkio/shlink.git
synced 2024-12-20 06:03:37 -06:00
6 lines
153 B
Docker
6 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
|