fix: restore default nginx config, update EXPOSE, and fix autostart permissions

This commit is contained in:
Joakim Svensson
2026-01-06 20:37:24 +00:00
parent ff4c2bd6bc
commit 0de8039dee
5 changed files with 3 additions and 4 deletions

View File

@@ -27,7 +27,6 @@ RUN \
echo "**** clone web content ****" && \
git clone https://github.com/Sparks72/QMX-Fusion-v1 /var/www/fusion-v1 && \
chown -R abc:abc /var/www/fusion-v1 && \
rm -f /etc/nginx/sites-enabled/default && \
echo "**** cleanup ****" && \
apt-get autoclean && \
rm -rf \
@@ -40,6 +39,6 @@ RUN \
COPY /root /
# ports and volumes
EXPOSE 3000
EXPOSE 3000 3001
VOLUME /config