5 lines
88 B
Bash
5 lines
88 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
docker container rm notes-server
|
||
|
|
docker build --no-cache -t notes-server .
|