Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
Swithes to non standard port in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
cableman committed May 30, 2022
1 parent 5461cad commit 2ed9ae2
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 @@ -14,7 +14,7 @@ services:
command: 'npm run dev'
environment:
VIRTUAL_HOST: dpl-design-system.docker
VIRTUAL_PORT: 80
VIRTUAL_PORT: 6006
STORYBOOK_CLIENT_ID: bdc1d425-9117-4867-acb9-c7307ddc2e0f

volumes:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"repository": "https://github.com/danskernesdigitalebibliotek/dpl-design-system",
"scripts": {
"storybook": "start-storybook -p 80 -s public",
"storybook": "start-storybook -p 6006 -s public",
"storybook:axe": "build-storybook && axe-storybook",
"build-storybook": "build-storybook -s public",
"js:eslint": "eslint 'src/**/*.{js,ts}' --max-warnings=0",
Expand Down

0 comments on commit 2ed9ae2

Please sign in to comment.