issues
search
OpenDAoC
/
OpenDAoC-Core
OpenDAoC is a free Dark Age of Camelot server emulator
https://www.opendaoc.com
GNU General Public License v3.0
33
stars
21
forks
source link
feat: changed base docker base image to dotnet-alpine
#53
Closed
claitz
closed
4 months ago
claitz
commented
4 months ago
Updated the base image of the final stage to one based on alpine and managed to reduce the final image size by 50%.
Added two additional environmental parameters
GID
and
UID
to run the server as a specified non-root user
Updated
docker-compose.yml
to reflect the changes
GID
andUID
to run the server as a specified non-root userdocker-compose.yml
to reflect the changes