updated dockerfile
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m18s

This commit is contained in:
Asher 2025-02-23 18:44:17 +00:00
parent d083d307d5
commit fecb9e9153

View File

@ -7,7 +7,7 @@ WORKDIR /app
COPY package*.json ./ COPY package*.json ./
# Install dependencies # Install dependencies
RUN npm install --production RUN npm install
# Copy application files # Copy application files
COPY . . COPY . .