This commit is contained in:
2025-01-25 16:20:23 -03:00
parent c2031b2d6d
commit 9ecc341da8
2 changed files with 10 additions and 2 deletions

10
.idea/workspace.xml generated
View File

@@ -260,7 +260,15 @@
<option name="project" value="LOCAL" /> <option name="project" value="LOCAL" />
<updated>1737832663736</updated> <updated>1737832663736</updated>
</task> </task>
<option name="localTasksCounter" value="9" /> <task id="LOCAL-00009" summary="Docker">
<option name="closed" value="true" />
<created>1737832700185</created>
<option name="number" value="00009" />
<option name="presentableId" value="LOCAL-00009" />
<option name="project" value="LOCAL" />
<updated>1737832700185</updated>
</task>
<option name="localTasksCounter" value="10" />
<servers /> <servers />
</component> </component>
<component name="Vcs.Log.Tabs.Properties"> <component name="Vcs.Log.Tabs.Properties">

View File

@@ -4,7 +4,7 @@ WORKDIR /app
COPY . /app COPY . /app
RUN apt-get update RUN apt-get update
RUN apt-get install libpq-dev -y RUN apt-get install gcc libpq-dev -y
RUN pip install --no-cache-dir -r requirements.txt RUN pip install --no-cache-dir -r requirements.txt