add docker file and build script
All checks were successful
checks / Set up Node and other necessary dependencies for Frontend Tests and Build (push) Successful in 12s
checks / Set up Java for Backend Tests and Build (push) Successful in 15s
Gitea Actions Demo / Explore-Gitea-Actions-2 (pull_request) Successful in 3s
checks / Set up Node and other necessary dependencies for Frontend Tests and Build (pull_request) Successful in 12s
checks / Set up Java for Backend Tests and Build (pull_request) Successful in 11s
All checks were successful
checks / Set up Node and other necessary dependencies for Frontend Tests and Build (push) Successful in 12s
checks / Set up Java for Backend Tests and Build (push) Successful in 15s
Gitea Actions Demo / Explore-Gitea-Actions-2 (pull_request) Successful in 3s
checks / Set up Node and other necessary dependencies for Frontend Tests and Build (pull_request) Successful in 12s
checks / Set up Java for Backend Tests and Build (pull_request) Successful in 11s
This commit is contained in:
8
build-image.sh
Normal file
8
build-image.sh
Normal file
@ -0,0 +1,8 @@
|
||||
#! /bin/bash
|
||||
set -e # Exit immediately if a command exits with a non-zero status
|
||||
|
||||
export $(grep -v '^#' C:/atrizult/projects/.env | xargs)
|
||||
|
||||
#Build
|
||||
docker buildx build --no-cache -t eberen/services:backend-${VERSION} .
|
||||
echo "Docker Image Built Successfully"
|
||||
Reference in New Issue
Block a user