Skip to content
Snippets Groups Projects
Commit aa230c12 authored by Simon Saur's avatar Simon Saur
Browse files

Deleted testapp/start.sh

parent 452b6816
No related branches found
No related tags found
No related merge requests found
Pipeline #21777 failed
#!/bin/bash
app="docker.test"
docker build -t ${app} .
docker run -d -p 8080:5000 \
--name=${app} \
-v $PWD:/app ${app}
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