mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-23 13:07:07 +01:00
Keeps the dockerfile xplat
This commit is contained in:
+2
-1
@@ -43,7 +43,8 @@ WORKDIR /app
|
||||
|
||||
COPY --from=publish /app .
|
||||
|
||||
RUN mkdir /config_data && mv appsettings.Docker.json /config_data/appsettings.Production.json
|
||||
RUN mkdir /config_data
|
||||
RUN mv appsettings.Docker.json /config_data/appsettings.Production.json
|
||||
VOLUME ["/config_data"]
|
||||
|
||||
ENTRYPOINT ["dotnet", "Tgstation.Server.Host.Console.dll"]
|
||||
|
||||
Reference in New Issue
Block a user