user auth rose pine color scheme

This commit is contained in:
Zoe
2024-09-04 22:33:20 -05:00
parent 7e08411ece
commit becc722eb2
18 changed files with 369 additions and 150 deletions

View File

@@ -4,9 +4,9 @@ WORKDIR /app
COPY . /app
RUN apk add npm
RUN curl -fsSL https://bun.sh/install | bash
RUN go generate
RUN go build main.go
RUN go build -o filething main.go
ENTRYPOINT main.go
ENTRYPOINT ["./filething"]