[SKIP_BUILD] Change file encoding to UTF-8 with BOM

This commit is contained in:
BruceChen 2022-11-28 13:55:05 +08:00
parent a4e55e8a93
commit ef39e8329c
119 changed files with 141 additions and 141 deletions

View file

@ -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"]

View file

@ -1,4 +1,4 @@
version: '2'
version: '2'
services:
MCC:

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/sh
cd /opt/data || exit 1