Skip to content

Commit

Permalink
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
@@ -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/*

0 comments on commit f874cb3

Please sign in to comment.