Skip to content

Commit

Permalink
[DEVOPS-8] Correct entrypoint.sh permission
Browse files Browse the repository at this point in the history
  • Loading branch information
theCapypara committed Jan 10, 2022
1 parent 76c22fa commit a7eb772
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 @@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y \
php php-curl php-zip \
&& rm -rf /var/lib/apt/lists/*

COPY entrypoint.sh /entrypoint.sh
ADD entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]

ADD nexus-upload.php /usr/bin/nexus-upload
Expand Down

0 comments on commit a7eb772

Please sign in to comment.