Skip to content

Commit 7184f5d

Browse files
committed
chore: remove NodeJS and Composer dependency installation from Dockerfile
1 parent dddaae8 commit 7184f5d

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

Dockerfile

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,6 @@ RUN docker-php-ext-install pdo mbstring pdo_mysql
1414
WORKDIR /app
1515
COPY . /app
1616

17-
# Install Composer Dependencies
18-
RUN composer install --no-dev --prefer-dist --no-interaction --no-progress
19-
20-
# Install NodeJS
21-
RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
22-
RUN apt-get install -y nodejs
23-
24-
# Install NPM Dependencies
25-
RUN npm install
26-
27-
# Build NPM
28-
RUN npm run build
29-
3017
# Run Server
3118
CMD php artisan serve --host=0.0.0.0 --port=8000
3219

0 commit comments

Comments
 (0)