updated poc front end
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
# Use an official nginx image
|
||||
FROM nginx:alpine
|
||||
|
||||
# Copy the static content into the Nginx server
|
||||
COPY . /usr/share/nginx/html
|
||||
|
||||
# Expose port 80
|
||||
EXPOSE 80
|
||||
|
||||
|
Reference in New Issue
Block a user