Skip to content
Snippets Groups Projects
Commit 8f01adcb authored by Jonas Leder's avatar Jonas Leder
Browse files

new build and push script (only made for me)

parent 3f5ef4f9
Branches
Tags
No related merge requests found
......@@ -2,5 +2,3 @@
db/urls.db
import.csv
make_and_push_docker.bat
echo off
title Building and Pushing docker image
cls
docker build --rm -f "Dockerfile" -t url_shorter:latest .
docker tag url_shorter docker.jonasled.de/url_shorter/url_shorter
docker push docker.jonasled.de/url_shorter/url_shorter
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment