<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.pedromussato.com/index.php?action=history&amp;feed=atom&amp;title=Docker_file_example</id>
	<title>Docker file example - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.pedromussato.com/index.php?action=history&amp;feed=atom&amp;title=Docker_file_example"/>
	<link rel="alternate" type="text/html" href="https://wiki.pedromussato.com/index.php?title=Docker_file_example&amp;action=history"/>
	<updated>2026-04-10T16:58:06Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.42.3</generator>
	<entry>
		<id>https://wiki.pedromussato.com/index.php?title=Docker_file_example&amp;diff=207&amp;oldid=prev</id>
		<title>413vhcu1lq0463ob: Created page with &quot; # Use a python image  FROM python:3.9-slim    # Define the workdir inside the container  WORKDIR /app    # Copy the files from local workdir to conainter workdir  COPY . .    # Install dependencies requirements.txt  RUN pip install --no-cache-dir -r requirements.txt    # Expose Flask application port  EXPOSE 5000    # Command to run the application  CMD [&quot;python&quot;, &quot;app.py&quot;]&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.pedromussato.com/index.php?title=Docker_file_example&amp;diff=207&amp;oldid=prev"/>
		<updated>2024-12-11T09:40:14Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot; # Use a python image  FROM python:3.9-slim    # Define the workdir inside the container  WORKDIR /app    # Copy the files from local workdir to conainter workdir  COPY . .    # Install dependencies requirements.txt  RUN pip install --no-cache-dir -r requirements.txt    # Expose Flask application port  EXPOSE 5000    # Command to run the application  CMD [&amp;quot;python&amp;quot;, &amp;quot;app.py&amp;quot;]&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt; # Use a python image&lt;br /&gt;
 FROM python:3.9-slim&lt;br /&gt;
 &lt;br /&gt;
 # Define the workdir inside the container&lt;br /&gt;
 WORKDIR /app&lt;br /&gt;
 &lt;br /&gt;
 # Copy the files from local workdir to conainter workdir&lt;br /&gt;
 COPY . .&lt;br /&gt;
 &lt;br /&gt;
 # Install dependencies requirements.txt&lt;br /&gt;
 RUN pip install --no-cache-dir -r requirements.txt&lt;br /&gt;
 &lt;br /&gt;
 # Expose Flask application port&lt;br /&gt;
 EXPOSE 5000&lt;br /&gt;
 &lt;br /&gt;
 # Command to run the application&lt;br /&gt;
 CMD [&amp;quot;python&amp;quot;, &amp;quot;app.py&amp;quot;]&lt;/div&gt;</summary>
		<author><name>413vhcu1lq0463ob</name></author>
	</entry>
</feed>