some ci fixes
This commit is contained in:
		| @@ -10,13 +10,13 @@ RUN bun run tailwind:build | ||||
|  | ||||
| # copy production dependencies and source code into final image | ||||
| FROM base AS release | ||||
| WORKDIR /usr/src/app | ||||
| WORKDIR /app | ||||
|  | ||||
| COPY --from=install /modules/node_modules node_modules | ||||
| COPY --from=install /modules/public public | ||||
| COPY  src . | ||||
| COPY --from=install /modules/node_modules ./node_modules | ||||
| COPY --from=install /modules/public ./public | ||||
| COPY  src ./src | ||||
|  | ||||
| # run the app | ||||
| USER bun | ||||
| EXPOSE 3000/tcp | ||||
| ENTRYPOINT [ "bun", "run", "index.tsx" ] | ||||
| ENTRYPOINT [ "bun", "run", "src/index.tsx" ] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user