Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
IchthysMaranathaCopy authored Mar 7, 2024
1 parent ce19f7e commit 679f0fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hosting/single/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ RUN chmod +x ./healthcheck.sh
# For Azure App Service install SSH & point data locations to /home
ADD hosting/single/ssh/sshd_config /etc/
ADD hosting/single/ssh/ssh_setup.sh /tmp
RUN /build-target-paths.sh
RUN sed -i "s#DATA_DIR#/data#g" /opt/clouseau/clouseau.ini && \
sed -i "s#DATA_DIR#/data#g" /opt/couchdb/etc/local.ini

# cleanup cache
RUN yarn cache clean -f
Expand Down

0 comments on commit 679f0fd

Please sign in to comment.