Skip to content

Update Docker setup and configuration for QuakeJS server #29

Update Docker setup and configuration for QuakeJS server

Update Docker setup and configuration for QuakeJS server #29

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ main, master ]
pull_request:
branches: [ main, master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: docker/setup-buildx-action@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag treyyoder/quakejs:latest