fix tag versioning and dockerfile
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ RUN apt-get update -y \
|
|||||||
&& apt-get install build-essential python3-pip curl software-properties-common sed -y \
|
&& apt-get install build-essential python3-pip curl software-properties-common sed -y \
|
||||||
&& (curl -sL https://deb.nodesource.com/setup_14.x | bash -) \
|
&& (curl -sL https://deb.nodesource.com/setup_14.x | bash -) \
|
||||||
&& apt-get install nodejs \
|
&& apt-get install nodejs \
|
||||||
&& (cd /opt/build; make configuration npm email version typescript bundle-css swagger copy external-files GOESBUILD=on) \
|
&& (cd /opt/build; make configuration npm email typescript bundle-css swagger copy external-files GOESBUILD=on) \
|
||||||
&& sed -i 's#id="password_resets-watch_directory" placeholder="/config/jellyfin"#id="password_resets-watch_directory" value="/jf" disabled#g' /opt/build/build/data/html/setup.html
|
&& sed -i 's#id="password_resets-watch_directory" placeholder="/config/jellyfin"#id="password_resets-watch_directory" value="/jf" disabled#g' /opt/build/build/data/html/setup.html
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ else
|
|||||||
endif
|
endif
|
||||||
GOBINARY ?= go
|
GOBINARY ?= go
|
||||||
|
|
||||||
VERSION ?= $(shell git describe --exact-match HEAD &> /dev/null || echo vgit)
|
VERSION ?= $(shell git describe --exact-match HEAD 2> /dev/null || echo vgit)
|
||||||
VERSION := $(shell echo $(VERSION) | sed 's/v//g')
|
VERSION := $(shell echo $(VERSION) | sed 's/v//g')
|
||||||
COMMIT ?= $(shell git rev-parse --short HEAD || echo unknown)
|
COMMIT ?= $(shell git rev-parse --short HEAD || echo unknown)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user