diff options
author | Victor Näslund <victor@sunet.se> | 2022-11-16 23:49:05 +0100 |
---|---|---|
committer | Victor Näslund <victor@sunet.se> | 2022-11-16 23:49:05 +0100 |
commit | a276c55e8f1f7f2c5872a43485425dd85f1dfa9f (patch) | |
tree | c04cf3846c6139dc9c18438fda90a302ec52eef4 /data | |
parent | ec715926bb827478f0433e716977af9b0ea835bc (diff) |
typo
Diffstat (limited to 'data')
-rw-r--r-- | data/mongodb_container/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/mongodb_container/Dockerfile b/data/mongodb_container/Dockerfile index e163593..8e17161 100644 --- a/data/mongodb_container/Dockerfile +++ b/data/mongodb_container/Dockerfile @@ -20,7 +20,7 @@ RUN find / -xdev -perm /6000 -type f -exec chmod a-s {} \; || true COPY ./data/mongodb_entrypoint.sh /mongodb_entrypoint.sh COPY ./data/init-mongodb.js /init-mongodb.js COPY ./data/healthcheck-mongodb.js /healthcheck-mongodb.js -COPY ./src/soc_collector/healthcheck.sh /healthcheck.sh +COPY ./healthcheck.sh /healthcheck.sh USER mongodb |