feat: Allow users to open multiple files with the same name in the web version + make web Dockerfile able to run web server by itself (#1518)

This commit is contained in:
iTrooz
2024-01-26 19:52:05 +01:00
committed by GitHub
parent a4d6932ed8
commit b7349e42c7
4 changed files with 23 additions and 8 deletions

View File

@@ -39,7 +39,7 @@ jobs:
- name: 🛠️ Build using docker
run: |
docker buildx build . -f dist/web/Dockerfile --progress=plain --build-arg 'JOBS=4' --output out
docker buildx build . -f dist/web/Dockerfile --progress=plain --build-arg 'JOBS=4' --output out --target raw
- name: 🔨 Fix permissions
run: |