updated poc front end

This commit is contained in:
2023-11-30 17:26:15 -05:00
parent f840331e57
commit 095628567c
5 changed files with 43 additions and 6 deletions

View File

@@ -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