File tree 2 files changed +7
-5
lines changed
2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 4
4
** /out /
5
5
6
6
# compiled output
7
+ dist /
7
8
tmp /
8
9
out-tsc /
9
10
Original file line number Diff line number Diff line change @@ -181,20 +181,21 @@ open http://0.0.0.0/
181
181
docker stop run-mean-stack-frontend-build
182
182
----
183
183
184
- ==== same, but build with heroku
184
+ ==== same, but build in heroku
185
185
186
186
[source,bash]
187
+ ////
188
+ cp -Rf ./heroku.yml.frontend-build ./heroku.yml
189
+ cp -Rf ./.dockerignore.frontend-build ./.dockerignore
190
+ ////
187
191
----
188
- heroku create daggerok-mean-stack-frontend --stack=container
189
- cp -Rf ./.gitignore.heroku ./.gitignore
192
+ cp -Rf ./.gitignore.local ./.gitignore
190
193
cp -Rf ./heroku.yml.frontend-build ./heroku.yml
191
194
cp -Rf ./.dockerignore.frontend-build ./.dockerignore
192
195
git add .
193
196
git commit -am "Deploy heroku app."
194
197
git push heroku master
195
198
----
196
- //cp -Rf ./heroku.yml.frontend-build ./heroku.yml
197
- //cp -Rf ./.dockerignore.frontend-build ./.dockerignore
198
199
199
200
== Links
200
201
You can’t perform that action at this time.
0 commit comments