Skip to content

Commit

Permalink
Merge pull request #10 from beclab/dev/mobile
Browse files Browse the repository at this point in the history
feat: Add a new way to open mobile browser bookmarks and pwa
  • Loading branch information
wushuangs authored Jun 11, 2024
2 parents 1bcdccb + 991ee53 commit 2f6d866
Show file tree
Hide file tree
Showing 57 changed files with 26,548 additions and 21,646 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/update-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ on:
- "main"
tags:
- 'v*'


jobs:
update_dockerhub:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN sed -i '1idaemon off;' /etc/nginx/nginx.conf
COPY nginx.conf /etc/nginx/conf.d/default.conf

# adapt the `dist/` folder to the output directory your build tool uses (such as `dist/`, `build/` or `www/`).
COPY packages/frontend/dist/spa/ /app
COPY packages/frontend/dist/pwa/ /app

EXPOSE 80

Expand Down
Loading

0 comments on commit 2f6d866

Please sign in to comment.