# Build context for server/gameserver/Dockerfile is the directory containing
# server/ and Builds/ (see the gameserver service in server/docker-compose.yml).
# Only two paths are needed in the image; everything else - the Unity project on
# a dev machine, server/data (the live CockroachDB volume!) on the deploy box -
# must stay out of the context or builds get slow and leak state.
*
!Builds/LinuxServer
!server/gameserver
