mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
refactor(web): 🎨 ren reverse-proxy -> server
This commit is contained in:
parent
942e4fc861
commit
5298e8f6a5
2 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# init base
|
||||
FROM nginx:alpine as base
|
||||
COPY reverse-proxy/conf.d /etc/nginx/conf.d
|
||||
COPY server/conf.d /etc/nginx/conf.d
|
||||
|
||||
# init install
|
||||
FROM node:alpine as install
|
||||
|
|
|
|||
Loading…
Reference in a new issue