4 lines
82 B
Bash
Executable file
4 lines
82 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# Build/rebuild the image.
|
|
docker build --no-cache -t notes-server .
|