mobile-desktop-tablet
This commit is contained in:
9
Dockerfile.desktop
Normal file
9
Dockerfile.desktop
Normal file
@@ -0,0 +1,9 @@
|
||||
# Simple static site image: serve the contents of /public with nginx
|
||||
FROM nginx:alpine
|
||||
WORKDIR /usr/share/nginx/html
|
||||
|
||||
# Copy static files
|
||||
COPY desktop/ ./
|
||||
|
||||
# Provide custom nginx.conf for clean URLs
|
||||
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
||||
Reference in New Issue
Block a user