You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 13, 2020. It is now read-only.
Currently when developing against metasfresh-webui-api,
one needs to install npm and node locally, in order to run the frontend.
Expected behavior
I would like to kave a simple docker image which i can fire up locally or on a nearby machine.
I would like to pass the URL of the API as environment varibles.
The way i'd start up that container mignt look like this:
docker run -d -e API_URL=<url-of-my-dev-workstation>-p3000:3000
--name tobis-dev-webui-frontend metasfresh-webui-dev
The benefit would be that i can simply start the frontend either on my workstation or maybe on a dedicated linux box somewhere in the office. At any rate, as a java developer, i would not have to install npm and node.js on my local machine.
Type of issue
Feature request
Current behavior
one needs to install npm and node locally, in order to run the frontend.
Expected behavior
I would like to kave a simple docker image which i can fire up locally or on a nearby machine.
I would like to pass the URL of the API as environment varibles.
The way i'd start up that container mignt look like this:
The benefit would be that i can simply start the frontend either on my workstation or maybe on a dedicated linux box somewhere in the office. At any rate, as a java developer, i would not have to install npm and node.js on my local machine.