Refactor build command to not create the docker image #316
Closed
cdwillie76
started this conversation in
Ideas
Replies: 2 comments 4 replies
-
Hi @cdwillie76, we could split up the build process as follows:
Would that solve your problem, or help in any way? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I quickly implemented the change as a draft on branch 317 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In order to build and deploy PoinZ in our internal environment, I need to build PoinZ inside a container (vs. my local system). Here is what I am doing in my local PoinZ repo
While this works, it isn't as clean as I would like. In a future release, could the build command be split so there is a command to just build and another to create the docker image? Also, if there is a better workflow for this, I am open to learning (new to docker and node).
Beta Was this translation helpful? Give feedback.
All reactions