Skip to content

Commit

Permalink
Fix packages
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmunro committed Jan 21, 2024
1 parent f3f42de commit 0f415ed
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2,839 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,6 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- uses: oven-sh/setup-bun@v1
with:
bun-version: latest

- name: Install deps
run: bun install

- name: Build
run: bun run build

- name: Build and push Docker image
uses: docker/build-push-action@v4
with:
Expand Down
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@ FROM oven/bun
COPY . /app
WORKDIR /app

RUN bun install
RUN bun run build

EXPOSE 3000
CMD [ "bun", "src/server.ts" ]
Binary file modified bun.lockb
Binary file not shown.
Loading

0 comments on commit 0f415ed

Please sign in to comment.