Skip to content

Commit

Permalink
Update wordpress example to work without lockfile (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
aabmass authored Jun 19, 2023
1 parent ea794f7 commit ce970de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Pull in dependencies with composer
FROM composer:2.5 as build
COPY composer.json composer.lock ./
COPY composer.json ./
RUN composer install --ignore-platform-reqs

FROM wordpress:6.2
Expand Down

0 comments on commit ce970de

Please sign in to comment.