Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,12 @@
SHELL := /usr/bin/env bash
MAKEFLAGS += --no-builtin-rules --warn-undefined-variables

VERBOSE ?= 0
NO_COLOR ?= 0

COMPOSE := docker compose -f docker-compose.yml
SERVICE ?= hytale-server
CMD ?= list
WAIT_TIMEOUT ?= 300

# ---- Targets ---------------------------------------------------------------
.PHONY: build up down restart status logs in update update-hytale-downloader auth attach help
.PHONY: build up down restart status logs in update update-hytale-downloader attach help

##@ Container
build: ## Build server docker image
Expand Down
Loading