Skip to content
This repository was archived by the owner on Dec 13, 2020. It is now read-only.
This repository was archived by the owner on Dec 13, 2020. It is now read-only.

Provide simple docker image for API devs #1013

@metas-ts

Description

@metas-ts

Type of issue

Feature request

Current behavior

  • 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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions