Skip to content

Commit 16d30e6

Browse files
committed
.
1 parent e530ec9 commit 16d30e6

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

docker.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Below are some useful commands for docker-compose
191191
| ``docker-compose -p PROJECT_NAME up -d`` | specify project name instead of taking the directory name |
192192
+-------------------------------------------+---------------------------------------------------------------------+
193193

194-
194+
* https://www.docker.com/blog/containerized-python-development-part-2/
195195

196196
Docker Swarm
197197
--------------
@@ -509,4 +509,5 @@ python platform.
509509
510510
511511
* https://blog.realkinetic.com/building-minimal-docker-containers-for-python-applications-37d0272c52f3
512-
* https://www.docker.com/blog/containerized-python-development-part-1/
512+
* https://www.docker.com/blog/containerized-python-development-part-1/
513+
* https://medium.com/swlh/alpine-slim-stretch-buster-jessie-bullseye-bookworm-what-are-the-differences-in-docker-62171ed4531d

flask.rst

+9
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,15 @@ define a route. Within the render_template, we pass in the variable.
153153
</div>
154154

155155

156+
*In JavaScript*
157+
158+
.. code:: javascript
159+
160+
<script>
161+
image_path = "{{ img_show }}";
162+
</script>
163+
164+
156165
If Conditions, Loops, etc.
157166
***************************
158167

0 commit comments

Comments
 (0)