fix: rm env copying
This commit is contained in:
@@ -4,7 +4,6 @@ FROM node:20-slim
|
||||
WORKDIR /app
|
||||
|
||||
COPY .sequelizerc .sequelizerc
|
||||
COPY .env .env
|
||||
|
||||
# Install node dependencies
|
||||
COPY package*.json ./
|
||||
|
||||
Reference in New Issue
Block a user