1
0
mirror of https://github.com/thib8956/tic-tac-toe-ws.git synced 2026-02-21 07:48:12 +00:00

feat: containerize server with Docker

This commit is contained in:
2026-02-19 13:02:50 +01:00
parent ae7c3a4662
commit 366847e1bd
8 changed files with 75 additions and 5 deletions

View File

@@ -19,6 +19,7 @@ jobs:
mkdir dist
mv *.js dist/
mv *.html dist/
mv config.js dist/
- name: Setup Pages
id: pages
uses: actions/configure-pages@v5