Skip to content

Instantly share code, notes, and snippets.

@jnbdz
Created April 10, 2023 06:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jnbdz/02a46c64685504499ea142ce7d7b7944 to your computer and use it in GitHub Desktop.
Save jnbdz/02a46c64685504499ea142ce7d7b7944 to your computer and use it in GitHub Desktop.
Variables for Makefile for simple single project running in a container.
CONTAINER_ENGINE ?= podman
CONTAINER_NAME ?= yaloub-frontend
PORT ?= 8080:8080
VOLUME ?= ./src/$(CONTAINER_NAME)/:/usr/src/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment