Skip to content

Commit

Permalink
remove Docker-related code
Browse files Browse the repository at this point in the history
  • Loading branch information
aeworxet committed Jun 21, 2024
1 parent 70264db commit 8583bb0
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 31 deletions.
2 changes: 0 additions & 2 deletions .dockerignore

This file was deleted.

23 changes: 0 additions & 23 deletions StudioNextDockerfile

This file was deleted.

2 changes: 0 additions & 2 deletions apps/studio-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"build:studio-next:docker": "next build && cp -r public .next/standalone/apps/studio-next/public && cp -r .next/static .next/standalone/apps/studio-next/.next && cp ../../StudioNextDockerfile .next/standalone/Dockerfile && cp ../../.dockerignore .next/standalone/.dockerignore && cd .next/standalone && docker build -t asyncapi/studio:latest .",
"docker:build": "docker build -t asyncapi/studio:latest .",
"cy:e2e:chrome": "cypress run --e2e --browser chrome",
"cy:e2e:chromium": "cypress run --e2e --browser chromium",
"cy:e2e:edge": "cypress run --e2e --browser edge",
Expand Down
5 changes: 1 addition & 4 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
},
"clean": {},
"lint": {},
"generate:assets":{},
"build:studio-next:docker": {
"dependsOn": ["^build:studio-next:docker"]
}
"generate:assets": {}
}
}

0 comments on commit 8583bb0

Please sign in to comment.