File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ RUN apt-get update && \
1515 apt-get install -y curl && \
1616 rm -rf /var/lib/apt/lists/*
1717
18- COPY --from=BUILD_IMAGE /app/dist/frontend /usr/local/apache2/htdocs/
18+ COPY --from=BUILD_IMAGE /app/dist/frontend/browser /usr/local/apache2/htdocs/
1919COPY --from=BUILD_IMAGE /app/httpd.conf /usr/local/apache2/conf/httpd.conf
2020
2121COPY docker/startup.sh /usr/local/bin/startup.sh
2222RUN chmod +x /usr/local/bin/startup.sh
2323
2424ENTRYPOINT ["/usr/local/bin/startup.sh" ]
2525
26- CMD ["httpd-foreground" ]
26+ CMD ["httpd-foreground" ]
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ export const environment: Readonly<MinaEnv> = {
44 production : false ,
55 identifier : 'Dev FE' ,
66 canAddNodes : true ,
7- showWebNodeLandingPage : false ,
7+ showWebNodeLandingPage : true ,
88 globalConfig : {
99 features : {
1010 dashboard : [ ] ,
You can’t perform that action at this time.
0 commit comments