mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-25 19:11:09 +00:00
dbabeab470
Fixes #152 (hopefully???) Fixes #130 Fixes #125
4 lines
98 B
Docker
4 lines
98 B
Docker
FROM nginx:1.17.4-alpine
|
|
|
|
RUN rm /etc/nginx/conf.d/default.conf
|
|
COPY nginx.conf /etc/nginx/conf.d
|