Add build step to Dockerfile for frontend application

This commit is contained in:
Korzhavin Ivan 2025-04-24 23:19:02 +02:00
parent 7ba0472a20
commit 26f13f1332
1 changed files with 0 additions and 2 deletions

View File

@ -9,8 +9,6 @@ RUN npm install
# Copy the frontend code
COPY . .
# Build the application
RUN npm run build
EXPOSE 3000