Skip to content
Snippets Groups Projects
Commit 647a5ad3 authored by Jonas Leder's avatar Jonas Leder
Browse files

fixed version file

parent b930bbbd
No related branches found
Tags 1.12
No related merge requests found
...@@ -10,7 +10,7 @@ ADD ./templates /app/templates ...@@ -10,7 +10,7 @@ ADD ./templates /app/templates
COPY *.py /app/ COPY *.py /app/
COPY export.sh /app/ COPY export.sh /app/
COPY import.sh /app/ COPY import.sh /app/
COPY VERSION /app/VERISON COPY VERSION /app/VERSION
COPY requirements.txt /app/requirements.txt COPY requirements.txt /app/requirements.txt
#Make a complete system update. apt-utils is needed for configuring packages, so we need to install it #Make a complete system update. apt-utils is needed for configuring packages, so we need to install it
......
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