Severian commited on
Commit
a76b26f
·
1 Parent(s): 463c544

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -2,9 +2,6 @@ FROM node:18-alpine AS base
2
 
3
  FROM base AS deps
4
 
5
- # Install the application dependencies
6
- RUN npm install
7
-
8
  # Build the application
9
  RUN npm run build
10
 
 
2
 
3
  FROM base AS deps
4
 
 
 
 
5
  # Build the application
6
  RUN npm run build
7