We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dc4a01 commit 32b2d56Copy full SHA for 32b2d56
.gitignore
@@ -4,7 +4,6 @@
4
**/out/
5
6
# compiled output
7
-dist/
8
tmp/
9
out-tsc/
10
docs/src/index.adoc
@@ -149,6 +149,7 @@ https://daggerok-mean-stack-frontend.herokuapp.com/ | https://git.heroku.com/dag
149
.push app
150
[source,bash]
151
----
152
+cp -Rf ./.gitignore.heroku ./.gitignore
153
cp -Rf ./heroku.yml.frontend ./heroku.yml
154
cp -Rf ./.dockerignore.frontend ./.dockerignore
155
0 commit comments