forked from MinecraftUtilities/Backend
update ci
This commit is contained in:
parent
45aab7b415
commit
cda40a07d0
@ -2,7 +2,7 @@ FROM fascinated/docker-images:java_17
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN mvn clean package
|
||||
RUN mvn clean package -q
|
||||
|
||||
EXPOSE 80
|
||||
ENV PORT=80
|
||||
|
@ -5,7 +5,7 @@ server:
|
||||
whitelabel:
|
||||
enabled: false
|
||||
|
||||
public-url: http://localhost:80
|
||||
site-url: http://localhost:80
|
||||
|
||||
mojang:
|
||||
session-server: https://sessionserver.mojang.com
|
||||
|
Loading…
Reference in New Issue
Block a user