Commit 9159faf1 authored by Guillermo Sanz López's avatar Guillermo Sanz López
Browse files

remove comment for custom libs

parent dc68e274
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ RUN mkdir -p aef_security/certs aef_security/provider
RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/*

# For faster builds when only Python code changes:
# 1. First copy only requirements.txt and custom_libs, install dependencies and SDK.
# 1. First copy only requirements.txt and install dependencies and SDK.
# 2. Then copy the rest of the Python code, so Docker caches the dependency layers.

# Example: