mirror of
https://codeberg.org/knightsub9/lxcafe.git
synced 2026-07-19 19:30:16 +02:00
5 lines
98 B
Bash
Executable File
5 lines
98 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Create test image from Dockerfile
|
|
docker build -t mint-script-test -f Dockerfile .
|