Update Dockerfile
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
FROM node:20
|
||||
FROM node:20-alpine
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY package.json ./
|
||||
|
||||
# Installazione standard veloce
|
||||
# Install dependencies
|
||||
RUN npm install
|
||||
|
||||
COPY . .
|
||||
|
||||
Reference in New Issue
Block a user