mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
feat: add nginx default config.
This commit is contained in:
@@ -22,8 +22,7 @@ RUN npm run build
|
||||
|
||||
FROM nginx
|
||||
|
||||
COPY nginx/sites /etc/nginx/templates
|
||||
COPY ./nginx/scripts /root/scripts/
|
||||
COPY ./nginx/sites/default.conf /etc/nginx/conf.d/default.conf
|
||||
|
||||
RUN /bin/bash /root/scripts/nginx-build.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user