Skip to content

Commit

Permalink
Added volumes and deleted logs
Browse files Browse the repository at this point in the history
  • Loading branch information
vmatsiiako committed Jan 15, 2023
1 parent 4c2b9d4 commit 813db9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ services:
dockerfile: Dockerfile.dev
volumes:
- ./frontend/src/pages:/app/src/pages
- ./frontend/src/components:/app/src/components
- ./frontend/src/ee:/app/src/ee
- ./frontend/src/locales:/app/src/locales
- ./frontend/src/styles:/app/src/styles
- ./frontend/public:/app/public
- ./frontend/next-i18next.config.js:/app/next-i18next.config.js
env_file: .env
Expand Down
1 change: 0 additions & 1 deletion frontend/src/components/basic/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ export default function Layout({ children }: LayoutProps) {
) {
router.push("/dashboard/" + userWorkspaces[0]._id);
} else {
console.log(99, Object.keys(workspaceMapping))
setWorkspaceMapping(
Object.fromEntries(
userWorkspaces.map((workspace: any) => [
Expand Down

0 comments on commit 813db9d

Please sign in to comment.