fix: handle signup token

This commit is contained in:
Lakhan Samani
2021-07-28 23:53:54 +05:30
parent 78b5b33a3d
commit d1973c1f8f
6 changed files with 32 additions and 31 deletions

View File

@@ -8,7 +8,7 @@ ENV VERSION="${VERSION}"
RUN apk add build-base &&\
cd server && \
go mod download && \
go build && \
make clean && make && \
chmod 777 server
FROM alpine:latest