Delete Dockerfile

This commit is contained in:
Array in a Matrix 2024-07-18 01:37:33 -04:00 committed by GitHub
parent 8c94f8a0da
commit f479c16c31
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,8 +0,0 @@
FROM --platform=$BUILDPLATFORM debian:latest AS builder
RUN apt update -y
RUN apt-get install sqlite3 -y
WORKDIR /app/
COPY . .
RUN chmod +x server
ENTRYPOINT ["./server"]
EXPOSE 5000