attempting to fix docker image build by generating frontend version information before docker build.

This commit is contained in:
Jason Kulatunga
2022-05-27 12:59:32 -07:00
parent cf1bd3ea6b
commit 3971b37abc
8 changed files with 42 additions and 54 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
// this file is automatically generated by git.version.ts script
export const versionInfo = {
version: 'v0.0.0',
version: 'dev',
};