···4242 target: /app/node_modules
4343 # Should set env to production here
4444 # Compile the TypeScript application
4545+ env:
4646+ NODE_ENV: production
4547 run: bun build --compile --sourcemap src/index.ts --outfile=app
4648fromImage: debian:bullseye-slim
4749copy: