Skip to content

Commit

Permalink
Merge pull request #69 from decidim/fix-circleci
Browse files Browse the repository at this point in the history
Fix circleci build
  • Loading branch information
tramuntanal authored Dec 18, 2020
2 parents c6cbce5 + 666deac commit b99178f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerhub/Dockerfile-dev
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ RUN adduser --shell /bin/bash --disabled-password --gecos "" decidim \
RUN echo 'Defaults secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/bundle/bin"' > /etc/sudoers.d/secure_path
RUN chmod 0440 /etc/sudoers.d/secure_path

COPY ../scripts/entrypoint.sh /usr/local/bin/entrypoint.sh
COPY scripts/entrypoint.sh /usr/local/bin/entrypoint.sh

ENTRYPOINT []

0 comments on commit b99178f

Please sign in to comment.