game-2048/Tiltfile

8 lines
167 B
Plaintext
Raw Permalink Normal View History

2023-01-09 11:43:43 +00:00
os.putenv('DOCKER_DEFAULT_PLATFORM', 'linux/amd64')
k8s_yaml(kustomize('kustomize'))
docker_build('game-2048', '.')
k8s_resource('game-2048', port_forwards='8080')