Skip to content

Commit

Permalink
update config deploy.
Browse files Browse the repository at this point in the history
  • Loading branch information
tharlestsa committed Sep 29, 2024
1 parent e2266b0 commit 5d5628b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/prod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ ADD ./src/server/node_modules /APP/tvi-indonesia/src/server/node_modules

CMD [ "/bin/bash", "-c", "/APP/tvi-indonesia/src/server/prod-start.sh; tail -f /APP/tvi-indonesia/src/server/app.out"]

ENTRYPOINT [ "/APP/Monitora.sh"]
ENTRYPOINT [ "/APP/monitor.sh"]
2 changes: 1 addition & 1 deletion src/server/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = function(app) {
"langDir": appRoot + "/lang",
"logDir": appRoot + "/log/",
"imgDir": appRoot + "/images/",
"imgGDALTmpDir": "/var/tmp/gdalwmscache",
"imgGDALTmpDir": process.env.IMG_GDAL_TMP_DIR,
"imgDownloadCmd": appRoot + "/bin/download_image.sh",
"imgDownloadWmsCmd": appRoot + "/bin/download_image_wms.sh",
"correct": appRoot + "/bin/download_image_wms.sh",
Expand Down

0 comments on commit 5d5628b

Please sign in to comment.