fix: Dockerfile trying to load Drizzle config

Summary:

Test Plan:
This commit is contained in:
2024-06-02 07:33:48 -04:00
parent 6eb6fde1c8
commit dc04d3b873

View File

@@ -32,7 +32,8 @@ COPY --from=install /tmp/prod/node_modules node_modules
COPY --from=prerelease /usr/app/src ./src
COPY --from=prerelease /usr/app/package.json .
COPY --from=prerelease /usr/app/tsconfig.json .
COPY --from=prerelease /usr/app/drizzle.config.ts .
# TODO: uncomment once v2 is ready
# COPY --from=prerelease /usr/app/drizzle.config.ts .
# run the app
USER bun