Migrate: entrypoint > dockerfile(npm ci) / Fix: ignore node_modules(sed)
This commit is contained in:
@@ -17,6 +17,9 @@ RUN rm -rf /var/lib/apt/lists/*
|
||||
# Copy source
|
||||
COPY ./src ./
|
||||
|
||||
# Install dependencies
|
||||
RUN npm ci --unsafe-perm
|
||||
|
||||
# Init replied_ids.json
|
||||
RUN echo "[]" > replied_ids.json
|
||||
|
||||
|
||||
Reference in New Issue
Block a user