Skip to content
Snippets Groups Projects
Commit 7df57122 authored by Terence Lee's avatar Terence Lee
Browse files

move build files into the builds/ folder, rename Dockerfile to also have the stack name

parent 6e89f2cc
No related branches found
No related tags found
No related merge requests found
......@@ -10,4 +10,4 @@ RUN apt-get update && apt-get install -y python-pip && rm -rf /var/lib/apt/lists
COPY requirements.txt /app/
RUN pip install --disable-pip-version-check --no-cache-dir -r /app/requirements.txt
COPY . /app
COPY . /app/builds/
File moved
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