Dockerfile Replace #!/bin/bash with posix compliant shebang 1年前 LICENSE.txt Clean trailing spaces from documentation 2年前 README.md README.md: Drop deprecated badges 1年前 Vagrantfile Remove mentions of play.freeciv.org 2年前 docker-compose.yml ...
docker-compose.yml373 Bytes 一键复制编辑原始数据按行查看历史 Marko Lindqvist提交于2年前.Update to tomcat10 1234567891011121314151617181920 version:"3" services: freeciv-web: image:freeciv/freeciv-web build:. container_name:freeciv-web command:["sleep","infinity"] ...
To test CivRealm on http://localhost, please follow the docker installation instructions on https://bigai-ai.github.io/civrealm/getting_started/requirements.html. After starting the Freeciv-web service, you can connect to the Freeciv-web server via the host machine localhost:8080 using a standa...
# Freeciv-web docker file # Dockerfile update based on debian/tomcat package FROM debian:bookworm MAINTAINER The Freeciv Project version: 3.3 RUN DEBIAN_FRONTEND=noninteractive apt-get update --yes --quiet && \ DEBIAN_FRONTEND=noninteractive apt-get install --yes \ ...
Connect to docker via host machine using standard browser http://localhost/ Enjoy. The overall dockerfile and required changes to scripts needs some further improvements. Freeciv-Web continuous integration on Travis CI Freeciv-Web is built on Travis CI on every commit. This is the current build ...
/ docker-entrypoint.sh docker-entrypoint.sh69 Bytes 一键复制编辑原始数据按行查看历史 Marko Lindqvist提交于1年前.Replace #!/bin/bash with posix compliant shebang 12345 #!/usr/bin/env bash /docker/scripts/start-freeciv-web.sh exec"$@"
Run docker runner in docker bash ./docker-run.sh Answer prompt for docker sudo password with "docker" Connect to docker via host machine using standard browser http://localhost/ Enjoy. The overall dockerfile and required changes to scripts needs some further improvements. Freeciv-Web continuous...