Skip to content

Commit

Permalink
Update docker-image.yml (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
Janek1010 authored Jun 19, 2024
1 parent 35b973a commit 3bc4b28
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '20'

- name: Install dependencies
run: npm install

- name: Build Angular app
run: npm run build --prod

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

Expand Down

0 comments on commit 3bc4b28

Please sign in to comment.