Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Visoff committed Aug 13, 2023
1 parent 86453a2 commit 8aa9462
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ services:
client:
build: ./svelte_client/
ports:
- 5173:5173
- 4173:4173
depends_on:
- goserver
2 changes: 1 addition & 1 deletion svelte_client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ COPY . .

RUN npm run build

EXPOSE 5173
EXPOSE 4173

CMD [ "npm", "run", "preview" ]

0 comments on commit 8aa9462

Please sign in to comment.