]> Untitled Git - lemmy-ui.git/blob - test_deploy.sh
Mark post as read when clicking "Expand here" on the preview image on the post listin...
[lemmy-ui.git] / test_deploy.sh
1 #!/bin/bash
2 set -e
3
4 sudo docker build . --tag dessalines/lemmy-ui:dev
5 sudo docker push dessalines/lemmy-ui:dev