Skip to content

Commit

Permalink
Update the docker action to be in line with the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
scmmmh committed Aug 25, 2023
1 parent dce3baf commit 20d9d47
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/deploy-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
with:
python-version: 3.11

- name: Set up Node 18.x
uses: actions/setup-node@v3
with:
node-version: "18.x"

- name: Install Base Dependencies
run: |
sudo apt-get update
Expand All @@ -37,6 +42,10 @@ jobs:
- name: Build Application
run: |
cd museum_map/server/frontend
npm install
npm run build
cd ../../../
hatch build
- name: Set up Docker Buildx
Expand Down

0 comments on commit 20d9d47

Please sign in to comment.