Update docker/db/Dockerfile

This commit is contained in:
colin 2024-01-29 19:16:28 +00:00
parent 259e0e365e
commit 1640e8a3e1
2 changed files with 1 additions and 10 deletions

1
docker/db/Dockerfile Normal file
View File

@ -0,0 +1 @@
FROM postgres:15

View File

@ -1,10 +0,0 @@
FROM headscale/headscale:latest
#RUN apt-get update \
# && apt-get install -y curl openssl \
# && rm -rf /var/lib/apt/lists/* \
# && apt-get clean
# COPY prep.sh /usr/bin/local/
# RUN /bin/bash /usr/bin/local/prep.sh
# COPY start.sh /usr/bin/local/
# RUN chmod +x /usr/bin/local/start.sh
# CMD ["/usr/bin/local/start.sh"]