Skip to content

Commit

Permalink
use bash instead of sh
Browse files Browse the repository at this point in the history
- so pushd and popd are available
  • Loading branch information
w-ensink committed Dec 19, 2024
1 parent 393f202 commit 4330fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ COPY --from=javabuild /app/idin-fontend-config-template.txt .

EXPOSE 8080

CMD ["/bin/sh", "-C", "./start.sh"]
CMD ["/bin/bash", "-C", "./start.sh"]

0 comments on commit 4330fd9

Please sign in to comment.