Skip to content

Commit

Permalink
fix manage-offline-files script - wrong path
Browse files Browse the repository at this point in the history
  • Loading branch information
Medosopher committed May 26, 2023
1 parent 7818918 commit a5e4bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/offline/manage-offline-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ if [ $? -ne 0 ]; then
sudo "${runtime}" run \
--restart=always -d -p ${NGINX_PORT}:80 \
--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
fi

0 comments on commit a5e4bbc

Please sign in to comment.