Files
iron-requiem/docker/Dockerfile
Kay Kayyali 681ba506a5 slice1.8: RED→GREEN — game loop state machine + MainGame scene (15 tests)
- GameLoopScene: pure state machine (DEPLOY→NAVIGATE→ENGAGE→ASSESS→DEBRIEF) testable without Phaser
- MainGame: Phaser scene wiring entities (Tank, Turret, CommanderHatch), systems (VisionMask, PatternManager, SaveManager), camera follow
- 15 tests pass: 8 state transitions + 7 scene construction tests
- Added jsdom as direct devDependency for vitest jsdom environment
- Updated tests/helpers/setup.js with HTMLVideoElement stub for Phaser 3.80+
2026-05-23 06:19:53 +00:00

4 lines
105 B
Docker

FROM nginx:alpine
COPY dist/ /usr/share/nginx/html
COPY docker/nginx.conf /etc/nginx/conf.d/default.conf