Merge pull request #4162 from peaklabs-dev/fix-dockerfile
Fix: Prod Dockerfile warning
This commit is contained in:
commit
c7a593b102
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ WORKDIR /var/www/html
|
|||
COPY composer.json composer.lock ./
|
||||
RUN composer install --no-dev --no-interaction --no-plugins --no-scripts --prefer-dist
|
||||
|
||||
FROM node:20 as static-assets
|
||||
FROM node:20 AS static-assets
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
COPY --from=base --chown=9999:9999 /var/www/html .
|
||||
|
|
|
|||
Loading…
Reference in a new issue