Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisdelicata committed Jun 30, 2024
1 parent aba0188 commit aea4feb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ ARG PHP_VERSION=8.3

ARG COMPOSER_VERSION=latest

ARG NODE_VERSION=20-alpine

###########################################

FROM composer:${COMPOSER_VERSION} AS vendor
Expand Down Expand Up @@ -137,8 +139,6 @@ RUN composer install \
# Build frontend assets with NPM
###########################################

ARG NODE_VERSION=20-alpine

FROM node:${NODE_VERSION} AS build

ENV ROOT=/var/www/html
Expand Down

0 comments on commit aea4feb

Please sign in to comment.