Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yunusefendi52 committed Mar 30, 2024
1 parent 8af3fcb commit baf30ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main_app-deployin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
with:
push: true
tags: index.docker.io/${{ secrets.AzureAppService_ContainerUsername_92269a9228e742668c609122ef562b74 }}/app-deployin:${{ github.sha }}
context: .
file: ./Dockerfile

deploy:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM oven/bun:1 as builder
WORKDIR /builder

COPY package.json bun.lockb /app
COPY package.json bun.lockb //builder/
RUN bun install --frozen-lockfile
COPY . .

Expand Down

0 comments on commit baf30ae

Please sign in to comment.