Fixing UI startup bug

This commit is contained in:
Tara Wilson 2024-12-11 14:57:54 -05:00
parent 8609dca7dc
commit 653428fccb

View File

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