mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
[SKIP_BUILD] Change file encoding to UTF-8 with BOM
This commit is contained in:
parent
a4e55e8a93
commit
ef39e8329c
119 changed files with 141 additions and 141 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# Using the .NET official image for .NET 6.0
|
||||
# Using the .NET official image for .NET 6.0
|
||||
FROM mcr.microsoft.com/dotnet/sdk:6.0
|
||||
|
||||
# If you want to use a specific build, un-comment the ENV MCC_VERSION line (remove the # from the start)
|
||||
|
|
@ -13,4 +13,4 @@ RUN apt-get update && \
|
|||
apt-get install -y unzip && \
|
||||
mkdir /opt/data
|
||||
|
||||
ENTRYPOINT ["/bin/sh", "-c", "/opt/start-latest.sh"]
|
||||
ENTRYPOINT ["/bin/sh", "-c", "/opt/start-latest.sh"]
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
version: '2'
|
||||
version: '2'
|
||||
|
||||
services:
|
||||
MCC:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/sh
|
||||
|
||||
cd /opt/data || exit 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue