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

removed, because not needed

replaced with automatic build from gitlab
parent 9ed9bdda
No related branches found
No related tags found
No related merge requests found
echo off
title Building and Pushing docker image
cls
docker pull python:3
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.
Finish editing this message first!
Please register or to comment