Skip to content

Commit 1410433

Browse files
authored
Fix forecaster dir copy in manual deploy
1 parent 6e386dd commit 1410433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ root user.
218218
# cd /opt/forecaster
219219
# sudo python3 -m venv pyenv
220220
# /opt/forecaster/pyenv/bin/python3 -m pip install "fastapi[all]" scikit-learn lightgbm joblib pandas numpy
221-
# cp --recursive /opt/dfaas-src/docker/forecaster /opt/forecaster/
221+
# cp --recursive /opt/dfaas-src/docker/forecaster/* /opt/forecaster/
222222
# cp /opt/dfaas-src/docker/files/forecaster/forecaster.service /etc/systemd/system/
223223
# systemctl daemon-reload
224224
# systemctl enable forecaster.service

0 commit comments

Comments
 (0)