Skip to content

Commit

Permalink
Merge pull request #10 from rwth-iat/Dockerfile/SDKSource
Browse files Browse the repository at this point in the history
Dockerfile: Change the path to the main Eclipse BaSyx Python SDK repsitory
  • Loading branch information
zrgt authored Oct 21, 2024
2 parents 1e6e4e4 + 4078a0a commit 2ff0234
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions server/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# Ignore the default AAS storage directory
storage/

# Ignore PyCharm IDE configuration
.idea
2 changes: 1 addition & 1 deletion server/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/rwth-iat/basyx-python-sdk@main
RUN pip install --no-cache-dir git+https://github.com/eclipse-basyx/basyx-python-sdk@main

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

0 comments on commit 2ff0234

Please sign in to comment.