Skip to content

Commit

Permalink
add Dokerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcibotari committed May 16, 2024
1 parent 3217a2f commit 7b421d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
- src/**
- functions/**
- angular.json
- Dockerfile
- firebase.json
- firestore.indexes.json
- firestore.rules
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COPY . .
RUN npm install
RUN npm run build
## Functions
RUN npm --prefix functions install --platform=linuxmusl
RUN npm --prefix functions install
RUN npm --prefix functions run build

CMD ["npm", "run", "emulator"]

0 comments on commit 7b421d6

Please sign in to comment.