fix: restore default nginx config, update EXPOSE, and fix autostart permissions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user