fix: Dockerfile trying to load Drizzle config
Summary: Test Plan:
This commit is contained in:
@@ -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/src ./src
|
||||||
COPY --from=prerelease /usr/app/package.json .
|
COPY --from=prerelease /usr/app/package.json .
|
||||||
COPY --from=prerelease /usr/app/tsconfig.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
|
# run the app
|
||||||
USER bun
|
USER bun
|
||||||
|
|||||||
Reference in New Issue
Block a user