feat: add Wine Z: path prefix for Windows platform on Linux host
CI / build (push) Successful in 1m44s
CI / build (push) Successful in 1m44s
- Add winePath helper that prepends Z: when platform is windows on Linux - Thread platform through buildModPath, buildAutoArgs, and Start() - Apply Z: prefix to -config=, -mod=, -profiles=, and %command% binary paths - Add tests for winePath, buildAutoArgs, and buildModPath with platform param - Fix formatting across services package with gofmt - Include all prior bug fixes from this branch
This commit is contained in:
@@ -14,7 +14,6 @@ RUN apt-get update && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY arma3-web-server /usr/local/bin/arma3-web-server
|
||||
COPY frontend/dist /usr/share/arma3-web-server/frontend
|
||||
|
||||
EXPOSE 8080
|
||||
VOLUME ["/data", "/servers"]
|
||||
@@ -25,7 +24,6 @@ ENV MODS_DIR=/servers/mods
|
||||
ENV CFG_DIR=/servers/cfg
|
||||
ENV PROFILES_DIR=/servers/profiles
|
||||
ENV LISTEN=:8080
|
||||
ENV FRONTEND_DIR=/usr/share/arma3-web-server/frontend
|
||||
ENV GIN_MODE=release
|
||||
|
||||
ENTRYPOINT ["arma3-web-server"]
|
||||
|
||||
Reference in New Issue
Block a user