Implement saving and loading for account data, currently a basic json file
This commit is contained in:
parent
f1e6311366
commit
179dd3f984
11 changed files with 306 additions and 130 deletions
|
@ -5,6 +5,6 @@ WORKDIR /app
|
|||
COPY . .
|
||||
RUN go mod download
|
||||
|
||||
RUN cd cmd/rove-server && go build ./...
|
||||
RUN go build -o rove-server .
|
||||
|
||||
CMD "./cmd/rove-server/rove-server"
|
||||
CMD "./rove-server"
|
Loading…
Add table
Add a link
Reference in a new issue