Move client and server dockerfile to special path
This commit is contained in:
4
docker/Dockerfile.client
Normal file
4
docker/Dockerfile.client
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM nginx:1.27-alpine
|
||||
|
||||
COPY docker/nginx.conf /etc/nginx/conf.d/default.conf
|
||||
COPY public /usr/share/nginx/html
|
||||
Reference in New Issue
Block a user