Fixing UI startup bug
This commit is contained in:
parent
8609dca7dc
commit
653428fccb
|
|
@ -1,4 +1,4 @@
|
||||||
FROM nginx:latest
|
FROM nginx:latest
|
||||||
COPY ./nginx.conf /etc/nginx/conf.d/default.conf
|
COPY ./nginx.conf /etc/nginx/conf.d/default.conf
|
||||||
COPY dist /usr/share/nginx/html
|
COPY dist/browser /usr/share/nginx/html
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
Loading…
Reference in New Issue
Block a user