We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d27be47 commit 342fa95Copy full SHA for 342fa95
Dockerfile
@@ -64,6 +64,7 @@ RUN echo "Downloading SEPIA-Home (custom bundle) ..." && \
64
#
65
# Set up Nginx (HTTP)
66
sudo cp nginx/sites-available/sepia-fw-http.conf /etc/nginx/sites-enabled/sepia-fw-http.conf && \
67
+ sudo sed -i -e 's|\[my-sepia-path\]|'"/home/admin/SEPIA"'|g' /etc/nginx/sites-enabled/sepia-fw-http.conf && \
68
sudo unlink /etc/nginx/sites-enabled/default && \
69
70
# Prepare automatic-setup and user1
0 commit comments