-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
49 changed files
with
1,295 additions
and
547 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
node_modules | ||
dist | ||
vendor | ||
/.idea | ||
/.vscode | ||
/example-integrations | ||
/www | ||
/docs-site/cache | ||
/docs-site/vendor | ||
/docs-site/node_modules | ||
# /apps/pattern-lab/cache |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
FROM basaltinc/docker-node-php-base:latest | ||
# @todo replace with `boltdesignsystem/bolt-docker:latest` once that is configured correctly | ||
WORKDIR /app | ||
COPY . . | ||
EXPOSE 3123 | ||
RUN composer global require hirak/prestissimo | ||
RUN yarn run setup | ||
RUN yarn run build | ||
|
||
CMD yarn serve |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
FROM boltdesignsystem/bolt:${DOCKER_TAG:-latest} | ||
RUN echo "Using DOCKER_TAG: ${DOCKER_TAG:-latest}" | ||
# tag being built from will be env var `$DOCKER_TAG` if set, else it will be `latest` | ||
EXPOSE 3123 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"version": 1, | ||
"name": "boltdesignsystem", | ||
"type": "docker", | ||
"scale": { | ||
"sfo1": { | ||
"min": 1, | ||
"max": 1 | ||
} | ||
}, | ||
"features": { | ||
"cloud": "v1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.