1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Remove note on OSS/non-OSS issue (#5474)

I successfully deployed this example with `now` and `now --public` (I am on premium plan).
Did this before deploy

```sh
$ cp Dockerfile.multistage Dockerfile
```
This commit is contained in:
Gerhard Preuss 2018-10-18 11:14:17 +02:00 committed by Tim Neutkens
parent 829f4e581c
commit 9634bad79d

View file

@ -47,8 +47,6 @@ Deploy it to the cloud with [now](https://zeit.co/now) ([download](https://zeit.
now --docker -e API_URL="https://example.com"
```
>*Note: Multi-stage only works in OSS plan. [\[#962\]](https://github.com/zeit/now-cli/issues/962#issuecomment-383860104)*
## The idea behind the example
This example show how to set custom environment variables for your __docker application__ at runtime.