Build application outside of Docker.

This commit is contained in:
Kavin
2022-09-11 00:20:54 +05:30
parent d4942dae02
commit 6f557a744c
5 changed files with 19 additions and 8 deletions

6
Dockerfile.ci Normal file
View File

@@ -0,0 +1,6 @@
FROM nginx:alpine
COPY ./dist-ci/ /usr/share/nginx/html/
COPY docker/nginx.conf /etc/nginx/conf.d/default.conf
EXPOSE 80