File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11FROM oven/bun AS base
22WORKDIR /app
33COPY package.json package.json
4- COPY bun.lockb bun.lockb
4+ COPY bun.lock bun.lock
55RUN bun install --production --ignore-scripts
66COPY . .
77ENTRYPOINT ["bun" , "src/main.ts" ]
Original file line number Diff line number Diff line change 88 "gen" : " bun run gen:types" ,
99 "gen:types" : " bun run scripts/generate-types.ts" ,
1010 "docker:build" : " docker build . -t aklinker1/store-api" ,
11- "docker:run" : " docker run -it aklinker1/store-api" ,
11+ "docker:run" : " docker run -it -p 3000:3000 aklinker1/store-api" ,
1212 "docker:build:amd" : " bun docker:build --platform linux/amd64" ,
1313 "docker:push" : " bun docker:build --platform linux/amd64 && docker push aklinker1/store-api" ,
1414 "postinstall" : " simple-git-hooks" ,
You can’t perform that action at this time.
0 commit comments