Skip to content

Commit

Permalink
path modification
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongundel committed Oct 22, 2024
1 parent 3031230 commit a1a6444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/production/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ COPY . ${WEB_ROOT}/arches-lingo

# Set default workdir
WORKDIR ${APP_ROOT}
COPY docker/production/default.conf /etc/nginx/sites-available/default
COPY docker/nginx/default.conf /etc/nginx/sites-available/default
RUN source ${WEB_ROOT}/ENV/bin/activate && pip install . && pip install gunicorn boto boto3 django-storages psutil

# # Set entrypoint
Expand Down

0 comments on commit a1a6444

Please sign in to comment.