Skip to content

Commit

Permalink
Merge pull request #739 from City-of-Helsinki/UHF-8943
Browse files Browse the repository at this point in the history
UHF-8943: Fixes to mkdir
  • Loading branch information
tuutti authored Nov 29, 2023
2 parents 49829c3 + f874cb3 commit 16107ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/openshift/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ RUN composer install --no-progress --profile --prefer-dist --no-interaction --no

COPY docker/openshift/init.sh /init.sh

RUN mkdir /entrypoints
RUN mkdir -p /entrypoints
COPY docker/openshift/entrypoints/ /entrypoints
RUN chmod +x /entrypoints/*

RUN mkdir /crons
RUN mkdir -p /crons
COPY docker/openshift/crons/ /crons
RUN chmod +x /crons/*

Expand Down

0 comments on commit 16107ef

Please sign in to comment.