Skip to content

Commit

Permalink
#110: migrating to docker-space
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintAngeLs committed Jan 13, 2024
1 parent 1385a43 commit d2cad19
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions SwiftParcel.Web/scripts/dockerize.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash
export ASPNETCORE_ENVIRONMENT=Development

cd ../

docker build -t swift-parcel-web:latest .

docker tag swift-parcel-web:latest adrianvsaint/swift-parcel-web:latest

docker push adrianvsaint/swift-parcel-web

0 comments on commit d2cad19

Please sign in to comment.