Fixing UI bug

This commit is contained in:
Tara Wilson 2024-12-11 15:15:01 -05:00
parent 653428fccb
commit f19ab2e6da

View File

@ -1,4 +1,4 @@
FROM nginx:latest
COPY ./nginx.conf /etc/nginx/conf.d/default.conf
COPY dist/browser /usr/share/nginx/html
COPY dist/ticket-ui/browser /usr/share/nginx/html
EXPOSE 80