We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54a10f4 + 4d510ec commit 4362883Copy full SHA for 4362883
2 files changed
backend/Dockerfile
@@ -17,9 +17,6 @@ RUN apt-get update && apt-get install -y \
17
libssl-dev \
18
&& rm -rf /var/lib/apt/lists/*
19
20
-# Update npm versi terbaru
21
-RUN npm install -g npm@11
22
-
23
# Salin dependency info lebih dulu
24
COPY package*.json ./
25
frontend/Dockerfile
@@ -5,7 +5,6 @@ FROM node:20-alpine AS base
5
WORKDIR /app
6
7
8
9
# =========================
10
# STAGE 2: DEPENDENCIES
11
0 commit comments