updated .\dockerfile[deploy]
All checks were successful
Deploy Discord Bot / deploy (push) Successful in 1m49s
All checks were successful
Deploy Discord Bot / deploy (push) Successful in 1m49s
This commit is contained in:
@@ -15,7 +15,7 @@ WORKDIR /usr/src/app
|
||||
COPY package*.json ./
|
||||
|
||||
# Dependencies installieren (Prod ohne devDependencies, wenn du das willst)
|
||||
RUN npm ci --omit=dev
|
||||
RUN npm ci
|
||||
|
||||
# Restlichen Code kopieren
|
||||
COPY . .
|
||||
|
||||
Reference in New Issue
Block a user