Bump version, add .dockerignore to improve buildtimes

This commit is contained in:
Fred Boniface 2024-04-19 20:51:12 +01:00
parent 7dcf0c8b1b
commit 958eabe76e
2 changed files with 12 additions and 3 deletions

9
.dockerignore Normal file
View File

@ -0,0 +1,9 @@
.DS_Store
node_modules
/build
/package
.env
.env.*
!.env.example
vite.config.js.timestamp-*
vite.config.ts.timestamp-*

View File

@ -1,3 +1,3 @@
export const version: string = '2024.04.3';
export const versionTag: string = 'swarm';
export const showWelcome: boolean = true;
export const version: string = '2024.04.4';
export const versionTag: string = '';
export const showWelcome: boolean = false;