Skip to content

Commit

Permalink
squash! Generate frontend and backend dependency lists using Docker (#16
Browse files Browse the repository at this point in the history
)

Need to generate frontend directory in /frontend, not /frontend.angular
  • Loading branch information
jgonggrijp committed Nov 5, 2024
1 parent db6befc commit cd1fdbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.slug}}/compose-postgenerate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
context: ./frontend.{{cookiecutter.frontend}}
dockerfile: Dockerfile-postgenerate
volumes:
- ./frontend.{{cookiecutter.frontend}}:/usr/src/app/frontend
- ./frontend:/usr/src/app/frontend
- frnomo:/usr/src/app/frontend/node_modules

volumes:
Expand Down

0 comments on commit cd1fdbe

Please sign in to comment.