stupidcomputer
1471dab714
allow explorer to be deployed in an production environment without using stupid hacks and DEBUG = true
5 lines
89 B
Docker
5 lines
89 B
Docker
FROM nginx:1.25
|
|
|
|
RUN rm /etc/nginx/conf.d/default.conf
|
|
COPY nginx.conf /etc/nginx/conf.d
|