Skip to content
Snippets Groups Projects
Unverified Commit 94e33bdb authored by Mohammad KhoshZaban's avatar Mohammad KhoshZaban Committed by GitHub
Browse files

fix manage-offline-files script - wrong path (#9886)

parent 29f833e9
No related branches found
No related tags found
No related merge requests found
...@@ -39,6 +39,6 @@ if [ $? -ne 0 ]; then ...@@ -39,6 +39,6 @@ if [ $? -ne 0 ]; then
sudo "${runtime}" run \ sudo "${runtime}" run \
--restart=always -d -p ${NGINX_PORT}:80 \ --restart=always -d -p ${NGINX_PORT}:80 \
--volume "${OFFLINE_FILES_DIR}:/usr/share/nginx/html/download" \ --volume "${OFFLINE_FILES_DIR}:/usr/share/nginx/html/download" \
--volume "$(pwd)"/nginx.conf:/etc/nginx/nginx.conf \ --volume "${CURRENT_DIR}"/nginx.conf:/etc/nginx/nginx.conf \
--name nginx nginx:alpine --name nginx nginx:alpine
fi fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment