mirror of
https://github.com/hrfee/jfa-go.git
synced 2025-04-04 10:12:52 +00:00
Compare commits
No commits in common. "46c95d76643fa482c4cca431e88725499c0e95b5" and "93180302ae62698a36e907f9da14324ada1dccf6" have entirely different histories.
46c95d7664
...
93180302ae
@ -3,10 +3,10 @@ FROM golang:latest AS build
|
||||
COPY . /opt/build
|
||||
|
||||
RUN apt update -y \
|
||||
&& apt install build-essential python3-pip curl software-properties-common sed upx -y \
|
||||
&& apt install build-essential python3-pip curl software-properties-common sed -y \
|
||||
&& (curl -sL https://deb.nodesource.com/setup_14.x | bash -) \
|
||||
&& apt install nodejs \
|
||||
&& (cd /opt/build; make headless; make compress) \
|
||||
&& (cd /opt/build; make headless) \
|
||||
&& sed -i 's#id="pwrJfPath" placeholder="Folder"#id="pwrJfPath" value="/jf" disabled#g' /opt/build/build/data/templates/setup.html
|
||||
|
||||
FROM golang:latest
|
||||
|
Loading…
Reference in New Issue
Block a user