mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-08 17:44:16 +00:00
5 lines
104 B
Bash
Executable file
5 lines
104 B
Bash
Executable file
#!/bin/bash
|
|
|
|
sudo docker build . --tag dessalines/lemmy-ui:dev
|
|
sudo docker push dessalines/lemmy-ui:dev
|