2 lines
70 B
Bash
2 lines
70 B
Bash
|
#!/bin/sh -e
|
||
|
docker build -f Dockerfile -t hub.cnml.de/sselab:latest .
|