Skip to content

Commit

Permalink
node-bootstrap fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
aceberg committed Jun 26, 2023
1 parent a3903b8 commit 3c83bed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node-bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v4
with:
context: ${{ env.IMAGE_NAME }}/.
file: Dockerfile-${{ env.VERSION }}
context: .
file: ${{ env.IMAGE_NAME }}/Dockerfile-${{ env.VERSION }}
platforms: linux/amd64,linux/arm64/v8 # no arm/v7 - workflow hangs
push: true
tags: |
Expand Down
2 changes: 1 addition & 1 deletion node-bootstrap/Dockerfile-5.3.0
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN npm install http-server -g && \

RUN apk add --no-cache bash

COPY download-fonts.sh /download-fonts.sh
COPY node-bootstrap/download-fonts.sh /download-fonts.sh
RUN bash /download-fonts.sh /app/node_modules/bootswatch

ENTRYPOINT ["http-server"]
Expand Down

0 comments on commit 3c83bed

Please sign in to comment.