Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #13 from rwth-iat/Fix/Dockerfile/InstallPath
Browse files Browse the repository at this point in the history
Adapt Dockerfile to new BaSyx-Python SDK repository structure
  • Loading branch information
Ornella33 authored Nov 4, 2024
2 parents 672cb90 + 3ada0a3 commit 1c2ffd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV NGINX_MAX_UPLOAD 1M
ENV UWSGI_CHEAPER 0
ENV UWSGI_PROCESSES 1

RUN pip install --no-cache-dir git+https://github.com/eclipse-basyx/basyx-python-sdk@main
RUN pip install --no-cache-dir git+https://github.com/eclipse-basyx/basyx-python-sdk@main#subdirectory=sdk

COPY ./app /app
COPY ./nginx /etc/nginx/conf.d

0 comments on commit 1c2ffd1

Please sign in to comment.