Skip to content

Commit

Permalink
feat(common): server init (#7)
Browse files Browse the repository at this point in the history
* Moved to .template

* Oops, .template

* feat(common): start server

* fix(zine-generator): remove unused libs

* fix(ci): template dir renamed

* fix(ci): formatting

* Support starting server manually

* Remove port requirement

* XO Fix

* Fixed tests

* Missing lodash
  • Loading branch information
superflyxxi authored Nov 2, 2021
1 parent 98d8f91 commit 2e444ac
Show file tree
Hide file tree
Showing 22 changed files with 267 additions and 2,536 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ workflows:
- docker/hadolint:
name: validate-dockerfiles
context: default
dockerfiles: "common/Dockerfile:int-test/Dockerfile:template/Dockerfile:zine-generator/Dockerfile"
dockerfiles: "common/Dockerfile:int-test/Dockerfile:.template/Dockerfile:zine-generator/Dockerfile"
- build-docker:
context: default
project: common
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 2e444ac

Please sign in to comment.