Refactor Dockerfile to remove command registration step and update index.ts to load commands from deploy-commands
This commit is contained in:
@@ -5,7 +5,6 @@ WORKDIR /app
|
||||
COPY . /app
|
||||
|
||||
RUN npm clean-install && \
|
||||
npm run build && \
|
||||
npm run register
|
||||
npm run build
|
||||
|
||||
CMD [ "npm", "run", "start" ]
|
||||
|
||||
Reference in New Issue
Block a user