refactor(web): 🎨 ren reverse-proxy -> server

This commit is contained in:
Collin M. Barrett 2020-08-25 03:20:38 -05:00
parent 942e4fc861
commit 5298e8f6a5
2 changed files with 1 additions and 1 deletions

View file

@ -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