Merge remote-tracking branch 'origin/docker-integration' into docker-integration
# Conflicts: # safeshare/safeshare_vdb/Dockerfile
This commit is contained in:
commit
787f2e1433
|
@ -8,7 +8,7 @@ COPY . /app
|
|||
WORKDIR /app
|
||||
|
||||
# Install any needed packages for grpc and environ
|
||||
RUN pip install grpcio grpcio-tools django-environ
|
||||
RUN pip install grpcio grpcio-tools django-environ requests boto3
|
||||
|
||||
# Start Server at server.py
|
||||
CMD ["python", "server.py"]
|
Loading…
Reference in New Issue