Basic Docker image for client app

This commit is contained in:
Björn Dahlgren
2023-12-17 17:37:39 +01:00
parent f36a29570b
commit 9d46a1c73f
4 changed files with 32 additions and 0 deletions

4
client/copy.sh Executable file
View File

@@ -0,0 +1,4 @@
cp ./node_modules/leaflet/dist/leaflet.css ./public/stylesheets/leaflet/leaflet.css
cp ./node_modules/leaflet-gesture-handling/dist/leaflet-gesture-handling.css ./public/stylesheets/leaflet/leaflet-gesture-handling.css
cp ./node_modules/leaflet.nauticscale/dist/leaflet.nauticscale.js ./public/javascripts/leaflet.nauticscale.js
cp ./node_modules/leaflet-path-drag/dist/L.Path.Drag.js ./public/javascripts/L.Path.Drag.js