Skip to content
This repository was archived by the owner on Jul 17, 2024. It is now read-only.

Commit 3924a27

Browse files
fix docker path, for real
1 parent 8b80817 commit 3924a27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ RUN curl -o /tmp/composer-setup.php https://getcomposer.org/installer \
5151
COPY composer.json /opt/php-pubsub/
5252
RUN composer install --no-autoloader --no-scripts --no-interaction
5353

54-
COPY src /opt/php/pubsub/
55-
COPY examples /opt/php/pubsub
54+
COPY src /opt/php-pubsub/src
55+
COPY examples /opt/php-pubsub/examples
5656

5757
RUN composer dump-autoload --no-interaction
5858

0 commit comments

Comments
 (0)