mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-01 10:09:56 +00:00
4 lines
104 B
Bash
Executable file
4 lines
104 B
Bash
Executable file
#!/bin/bash
|
|
|
|
sudo docker build . --tag dessalines/lemmy-ui:dev
|
|
sudo docker push dessalines/lemmy-ui:dev
|