fix: Unable to run migrations in latest image. Added option to run non-SSL migration in production

This commit is contained in:
Tom Moor
2020-09-27 10:32:08 -07:00
parent 1d5f735032
commit 6bb32c253b
3 changed files with 6 additions and 2 deletions

View File

@@ -14,7 +14,6 @@ COPY . .
RUN yarn build && \
yarn --production --ignore-scripts --prefer-offline && \
rm -rf server && \
rm -rf shared && \
rm -rf app