Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Docker & Docker Compose 세팅" #199

Merged
merged 2 commits into from
Oct 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2,899 changes: 1,447 additions & 1,452 deletions .pnp.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ packageExtensions:

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: '@yarnpkg/plugin-typescript'
spec: "@yarnpkg/plugin-typescript"

yarnPath: .yarn/releases/yarn-3.6.4.cjs
15 changes: 0 additions & 15 deletions apps/jurumarble/Dockerfile

This file was deleted.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"private": true,
"scripts": {
"chooz": "yarn workspace @monorepo/chooz",
"juma": "yarn workspace @monorepo/jurumarble",
"juma:dev": "sh scripts/shell/jurumarble.sh",
"down": "docker compose -f ./scripts/docker/docker-compose.yaml down"
"juma": "yarn workspace @monorepo/jurumarble"
},
"workspaces": {
"packages": [
"packages/*",
"apps/*"
]
},
"workspaces": [
"packages/*",
"apps/*"
],
"packageManager": "[email protected]",
"dependencies": {
"styled-components": "^5.3.6"
Expand Down
14 changes: 0 additions & 14 deletions scripts/docker/docker-compose.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions scripts/shell/jurumarble.sh

This file was deleted.

Loading
Loading