Skip to content
Snippets Groups Projects
Commit 97648e46 authored by Arie Peterson's avatar Arie Peterson
Browse files

Move local.env to frontend dir

parent a5480b98
No related branches found
No related tags found
1 merge request!65Resolve "Dockerize local frontend development"
Pipeline #31542 passed with stages
in 3 minutes and 18 seconds
......@@ -12,7 +12,7 @@
/build
# local environment
/local.env
/frontend/local.env
# misc
.DS_Store
......
......@@ -86,7 +86,7 @@ into Stackspin applications that run on the cluster.
#### 2. Environment for frontend
The frontend needs to know where the backend API and hydra can be reached. To
configure it, create a `local.env` file in the project root directory:
configure it, create a `local.env` file in the `frontend` directory:
cp local.env.example local.env
......
......@@ -4,7 +4,7 @@ services:
build:
context: ./frontend
working_dir: "/home/node/app"
env_file: local.env
env_file: ./frontend/local.env
ports:
- "3000:3000"
# command: "yarn start"
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment