frontend structiure generated
This commit is contained in:
8
wagfarm-ui/Dockerfile
Normal file
8
wagfarm-ui/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
# Use Nginx as the base image
|
||||
FROM nginx:alpine
|
||||
|
||||
# Copy the frontend files into the Nginx default directory
|
||||
COPY ./ /usr/share/nginx/html
|
||||
|
||||
# Expose the default Nginx port (80)
|
||||
EXPOSE 80
|
||||
Reference in New Issue
Block a user