We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15088b9 commit 7d0b7d7Copy full SHA for 7d0b7d7
Dockerfile
@@ -13,7 +13,7 @@ RUN go version && \
13
14
WORKDIR /build
15
COPY . .
16
-RUN go build -v -tags $tags -o /panel/panel -v github.com/MinecraftHopper/panel && \
+RUN go build -v -tags $tags -buildvcs=false -o /panel/panel -v github.com/MinecraftHopper/panel && \
17
npm install && \
18
npm run-script build && \
19
mv dist/* /panel
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "cp.ae97.net",
+ "name": "cp.minecrafthopper.net",
3
"version": "0.1.0",
4
"private": true,
5
"scripts": {
0 commit comments