Skip to content
Snippets Groups Projects
Verified Commit b6b0dbf3 authored by Mark's avatar Mark
Browse files

Add utils to backend container

parent b213de58
No related branches found
No related tags found
1 merge request!2Minimal frontend
Pipeline #677 passed with stage
in 2 minutes and 12 seconds
......@@ -6,6 +6,7 @@ COPY requirements.txt ./
RUN pip install --no-cache-dir -r requirements.txt
COPY . .
COPY ../utils .
EXPOSE 5000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment