Skip to content

Commit

Permalink
Roll node version back to 11 to avoid "fibers" build error (prebid/Pr…
Browse files Browse the repository at this point in the history
…ebid.js#3878)

Fix drf port mapping
Added note about applyDevData to README.  If Demo is accessed without using applyDevData, a disabled veradmin
will be created that will conflict with the initDev one.
  • Loading branch information
aaronk authored and Andy Bryant committed Apr 9, 2020
1 parent e655737 commit 044094f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-ui
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:13
FROM node:11.15

EXPOSE 8080

Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,8 @@ Once the project has been created, build the necessary containers and install th
After several minutes of this, you should be able to start up the application

> docker-compose up

Before attempting to access the authenticated "Demo" page, run the applyDevData management command to ensure that the test user is properly setup.

> docker-compose exec drf ./manage.py applyDevData

2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ services:
- db
- testsmtp
ports:
- 8099:8000
- 8099:80
environment:
- {{project_name|upper}}_IFX_APP_TOKEN=FIXME
- {{project_name|upper}}_USERNAME={{project_name}}
Expand Down

0 comments on commit 044094f

Please sign in to comment.