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

Commit c9ecd96

Browse files
fix docker path, for real
1 parent 33e7982 commit c9ecd96

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
@@ -28,8 +28,8 @@ RUN curl -o /tmp/composer-setup.php https://getcomposer.org/installer \
2828
COPY composer.json /opt/php-pubsub/
2929
RUN composer install --no-autoloader --no-scripts --no-interaction
3030

31-
COPY src /opt/php-pubsub/
32-
COPY examples /opt/php-pubsub/
31+
COPY src /opt/php-pubsub/src
32+
COPY examples /opt/php-pubsub/examples
3333

3434
RUN composer dump-autoload --no-interaction
3535

0 commit comments

Comments
 (0)