Was somebody able to rewrite dockerfile #551
Closed
developer992
started this conversation in
General
Replies: 1 comment
-
This works now, in case someone wants to try this app and doesn't use vscode, devcontainers or github spaces or whatever it is
pyproject.toml for poetry
you also need to mount .azure folder so login works from within container as well with
when spinning container up also needed, .env file with some env variables defined:
i've also added these two targets to Makefile for easier access:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
witout devcontainers, without vscode
and that would enable to run this app, both backend and frontend from a single image?
Beta Was this translation helpful? Give feedback.
All reactions