Skip to content

Commit 76d0879

Browse files
authored
Merge pull request #3026 from diux/patch-1
part3b.md - warning with .dockerignore
2 parents b5abc1e + e85877e commit 76d0879

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/content/3/en/part3b.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,8 @@ fly deploy
369369
370370
The application works perfectly, except we haven't added the functionality for changing the importance of a note to the backend yet.
371371
372+
<i>**NOTE:** If you are using Fly.io, there could be a .dockerignore file that specifies the exclusion of the "./build" directory during deployment. To ensure it gets deployed, consider renaming the ./build directory to ./static_build or an equivalent name.</i>
373+
372374
![screenshot of notes application](../../images/3/30new.png)
373375
374376
<i>**NOTE:** changing of the importance DOES NOT work yet since the backend has no implementation for it yet.</i>

0 commit comments

Comments
 (0)