Convert landing-page and database services to custom Dockerfile builds to avoid host volume mounting errors
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
FROM nginx:alpine
|
||||
|
||||
# Copy landing page static files
|
||||
COPY ./landing-page /usr/share/nginx/html
|
||||
|
||||
# Copy custom nginx configuration
|
||||
COPY ./nginx.conf /etc/nginx/conf.d/default.conf
|
||||
|
||||
EXPOSE 80
|
||||
Reference in New Issue
Block a user