This commit is contained in:
parent
16449d0c9d
commit
4776ffd681
@ -20,13 +20,12 @@ WORKDIR /src
|
||||
COPY --from=dudo /out/godot /usr/bin/godot
|
||||
RUN mkdir -p /root/.local/share/godot/export_templates/4.3.stable/
|
||||
COPY --from=dudo /out/templates /root/.local/share/godot/export_templates/4.3.stable
|
||||
RUN ls -R /root/.local/share/godot/export_templates/4.3.stable
|
||||
COPY . .
|
||||
RUN ls $HOME/.local/share/godot/export_templates/4.3.stable/
|
||||
RUN mkdir /out
|
||||
RUN godot --headless --export-debug "[Dedicated Server] Linux" /out/open_strike
|
||||
|
||||
FROM ubuntu
|
||||
RUN apt-get update -y && apt-get install fontconfig -y
|
||||
WORKDIR /app
|
||||
COPY --from=builder /out .
|
||||
CMD ["/out/open_strike.sh"]
|
||||
CMD ["/app/open_strike.sh"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user