PHP Classes

File: Makefile

Recommend this page to a friend!
  Classes of Angel Campos   Atlas catalog   Makefile   Download  
File: Makefile
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Atlas catalog
API to provide details of APIs of an organization
Author: By
Last change:
Date: 1 month ago
Size: 188 bytes
 

Contents

Class file image Download
REGISTRY := ORGANIZATION := REPOSITORY := atlas-catalog TAG := latest FULL_IMAGE_NAME := $(REPOSITORY):$(TAG) .PHONY: build build: docker build --tag $(FULL_IMAGE_NAME) -f Dockerfile .