-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
docker-compose build error #478
Comments
I get this error too.. |
@Luckyweqer @bkrram The problem is related to the fact that this "official" project has not been updated in over two years, and a ton of the dependencies are broken. Use one of the forks available in order to get a working project. This one specifically seems to work well and has a decent reputation https://github.com/pyb4430/full-stack-fastapi-postgresql |
I avoided this bug by modified the file in # .\frontend\Dockerfile
- COPY ./ /app
+ COPY ./dist /app/dist and run
|
I just encountered this issue or something remarkably similar. Is there a fix for this?
|
Did you find any solution to this ? |
+1, also see this problem. |
* 👔 Add suffix for reserved business names * ✅ Add test for suffix in reserved business names * 🔧 Add RESERVED_APP_NAMES var in .env * 🐛 Fix a bug when the app name slug duplicate got two times or more into the condition * 🎨 Remove useless deepcopy in utils teams.py
Error: Cannot find module 'fork-ts-checker-webpack-plugin-v5'
=> ERROR [build-stage 7/7] RUN npm run build 3.5s
executor failed running [/bin/sh -c npm run build]: exit code: 1
ERROR: Service 'frontend' failed to build : Build failed
The text was updated successfully, but these errors were encountered: