Skip to content

Commit

Permalink
[fix] fix desc
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuzmenkova committed Apr 29, 2024
1 parent 0dbc38d commit 4d7a1d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
How to play:

1. run `make start`
2. go to http://localhost:5317
2. go to http://localhost:5173/
3. click on `Create user / Login`
4. enter username and password and press `Create user`
5. log in with created user
Expand Down
1 change: 0 additions & 1 deletion game-client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
FROM stanfoot/vue3-dev:0.1.2

COPY vite.config.js package.json package-lock.json jsconfig.json index.html ./
COPY node_modules ./node_modules
COPY public ./public
COPY src ./src
COPY store ./store
Expand Down

0 comments on commit 4d7a1d8

Please sign in to comment.