mirror of
https://github.com/ptarmiganlabs/butler-sos.git
synced 2025-12-19 17:58:18 -05:00
fix: Update Dockerfile
This commit is contained in:
@@ -10,7 +10,7 @@ WORKDIR /nodeapp
|
||||
|
||||
# Install app dependencies separately (creating a separate layer for node_modules, effectively caching them between image rebuilds)
|
||||
COPY package.json .
|
||||
RUN npm ci
|
||||
RUN npm i
|
||||
|
||||
# Copy app's source files
|
||||
COPY ./src .
|
||||
|
||||
Reference in New Issue
Block a user