initial commit/backup

This commit is contained in:
2024-11-01 20:55:18 -04:00
commit bc53ce53b1
39 changed files with 10456 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
FROM ubuntu:22.04
RUN echo "TODO: IMPLEMENT CONTAINERIZATION!!!"
# RUN apt-get update && apt-get install neovim git nodejs curl lsb-core -y
# RUN curl https://raw.githubusercontent.com/bluesky-social/pds/main/installer.sh > installer.sh
CMD ["bin/bash"]