Skip to content
Snippets Groups Projects
Commit ab6018ce authored by Xueshan Feng's avatar Xueshan Feng
Browse files

Restructure the docker build to move docker content to docker folder.

parent d1b5e8d8
No related branches found
No related tags found
No related merge requests found
......@@ -25,10 +25,10 @@ include ${FRAMEWORK_DIR}/makefile_parts/vault.mk
include ${FRAMEWORK_DIR}/makefile_parts/docker-compose.mk
include ${FRAMEWORK_DIR}/makefile_parts/config.mk
include ${FRAMEWORK_DIR}/makefile_parts/gitlab.mk
# include ${FRAMEWORK_DIR}/makefile_parts/drone08.mk
.PHONY: build
build: build-docker ## build app and docker image
build: ## build app and docker image
docker build -t ${DOCKER_IMAGE} docker
.PHONY: push
push: push-version push-latest ## push both latest and versioned image to docker registry
......
File moved
File moved
deb http://deb.debian.org/debian buster-backports main
deb [signed-by=/usr/share/keyrings/cloud.google.gpg] https://packages.cloud.google.com/apt cloud-sdk main
\ No newline at end of file
deb http://debian.stanford.edu/debian-local buster main contrib non-free
deb-src http://debian.stanford.edu/debian-local buster main contrib non-free
# APT configuration for Stanford-local repositories.
# The Stanford-specific Debian archive and source tree (world-accessible).
deb http://debian.stanford.edu/debian-stanford buster main non-free contrib
deb-src http://debian.stanford.edu/debian-stanford buster main non-free contrib
File moved
File moved
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment