Skip to content

Commit

Permalink
Merge pull request #2 from singularityhub/updating-tmp-opt
Browse files Browse the repository at this point in the history
Updating /tmp to /opt
  • Loading branch information
vsoch committed Aug 27, 2020
2 parents 6cf4b1f + e8caa4b commit fe27a04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Singularity
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ From: python:alpine3.8
export NGINX_VERSION PYTHONUNBUFFERED

%files
requirements.txt /tmp/requirements.txt
requirements.txt /opt/requirements.txt
manage.py /code/manage.py
run_uwsgi.sh /code/run_uwsgi.sh
upload /code/upload
Expand All @@ -35,7 +35,7 @@ From: python:alpine3.8
vim

pip install --upgrade pip
pip install -r /tmp/requirements.txt
pip install -r /opt/requirements.txt

# Prepare nginx
NGINX_VERSION=1.13.6
Expand Down

0 comments on commit fe27a04

Please sign in to comment.