Skip to content

Commit

Permalink
Fix issue where docker_start.sh fails to run from a mounted Windows d…
Browse files Browse the repository at this point in the history
…irectory due to lack of executable permissions.

(for details, see:
docker/compose#2301 (comment)
)
  • Loading branch information
Keltena authored and mjmusante committed Jul 11, 2024
1 parent 8681489 commit 296ce38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IFComp-Dev/docker-app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ RUN curl -L http://cpanmin.us | perl - App::cpanminus \
WORKDIR /opt/IFComp
ENV CATALYST_CONFIG_LOCAL_SUFFIX=dev
EXPOSE 3000
CMD ["/opt/IFComp-Dev/script/docker_start.sh"]
CMD ["bash", "/opt/IFComp-Dev/script/docker_start.sh"]

0 comments on commit 296ce38

Please sign in to comment.