mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 15:18:32 -06:00
infer course name from folder name
This commit is contained in:
12
build.sh
Normal file → Executable file
12
build.sh
Normal file → Executable file
@@ -1,2 +1,14 @@
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
VERSION="1.0"
|
||||
|
||||
dotnet publish Management.Web/ \
|
||||
--os linux \
|
||||
--arch x64 \
|
||||
/t:PublishContainer \
|
||||
-c Release \
|
||||
-p ContainerImageTags="\"$VERSION;latest\"" \
|
||||
-p ContainerRepository="canvas_management"
|
||||
|
||||
docker image tag canvas_management:$VERSION alexmickelson/canvas_management:$VERSION
|
||||
Reference in New Issue
Block a user