Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
Update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tutn-axonivy committed Feb 27, 2024
1 parent c4a3063 commit 8fb3b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apt-get update && \
apt-get install -y wget

# install php composer
ADD install-composer.sh ./install-composer.sh
ADD install-composer.sh ./docker/apache/install-composer.sh
RUN chmod ugo+x ./install-composer.sh
RUN ./install-composer.sh

Expand Down

0 comments on commit 8fb3b13

Please sign in to comment.