Skip to content

Commit

Permalink
Merge pull request #66 from SkidGod4444/bugfix/docker
Browse files Browse the repository at this point in the history
remove docker
  • Loading branch information
SkidGod4444 authored Nov 24, 2024
2 parents a54aef5 + 2b71c19 commit 8b29d14
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 121 deletions.
6 changes: 0 additions & 6 deletions .dockerignore

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/format-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on:
push:
branches:
- main
- 'feature/*'
- 'feat/*'
- 'bugfix/*'
pull_request:
branches:
- main
- 'feature/*'
- 'feat/*'
- 'bugfix/*'

permissions:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on:
push:
branches:
- main
- 'feature/*'
- 'feat/*'
- 'bugfix/*'
pull_request:
branches:
- main
- 'feature/*'
- 'feat/*'
- 'bugfix/*'

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-multiple-node-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on:
push:
branches:
- main
- 'feature/*'
- 'feat/*'
- 'bugfix/*'
pull_request:
branches:
- main
- 'feature/*'
- 'feat/*'
- 'bugfix/*'

jobs:
Expand Down
1 change: 1 addition & 0 deletions apps/api/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
.pnpm-store

# misc
.DS_Store
41 changes: 0 additions & 41 deletions apps/api/Dockerfile

This file was deleted.

1 change: 1 addition & 0 deletions apps/www/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-store

# env files (can opt-in for commiting if needed)
.env*
Expand Down
43 changes: 0 additions & 43 deletions apps/www/Dockerfile

This file was deleted.

25 changes: 0 additions & 25 deletions docker-compose.yml

This file was deleted.

0 comments on commit 8b29d14

Please sign in to comment.