fix: Unable to run migrations in latest image. Added option to run non-SSL migration in production
This commit is contained in:
@@ -14,7 +14,6 @@ COPY . .
|
||||
|
||||
RUN yarn build && \
|
||||
yarn --production --ignore-scripts --prefer-offline && \
|
||||
rm -rf server && \
|
||||
rm -rf shared && \
|
||||
rm -rf app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user