mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-24 05:38:06 +03:00
6 lines
153 B
Text
6 lines
153 B
Text
|
FROM nginx:1.11.6-alpine
|
||
|
MAINTAINER Alejandro Celaya <alejandro@alejandrocelaya.com>
|
||
|
|
||
|
# Delete default nginx vhost
|
||
|
RUN rm /etc/nginx/conf.d/default.conf
|