Skip to content

Commit e85877e

Browse files
authored
Update part3b.md
Added a note/warning to check your .dockerignore file to make sure that the static web page at ./build directory is not being ingored by the deployment
1 parent dbc1cfb commit e85877e

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)