🐳 Adds dockerfile
This commit is contained in:
10
server/Dockerfile
Normal file
10
server/Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM golang:1.23
|
||||
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
RUN echo "" > .env
|
||||
|
||||
RUN go get -v .
|
||||
RUN go install -v .
|
||||
|
||||
CMD ["server"]
|
Reference in New Issue
Block a user