mirror of
https://github.com/glimpse-app/server.git
synced 2025-04-02 10:52:45 -04:00
Delete Dockerfile
This commit is contained in:
parent
8c94f8a0da
commit
f479c16c31
1 changed files with 0 additions and 8 deletions
|
@ -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
|
Loading…
Add table
Reference in a new issue