Upload files to "/"
This commit is contained in:
parent
3d9f5ec3a8
commit
a2bc2f085d
14
Dockerfile
Normal file
14
Dockerfile
Normal file
@ -0,0 +1,14 @@
|
||||
ARG CONTAINER_REGISTRY=version-control.centurion.localhost
|
||||
# User Dockerfile
|
||||
FROM ${CONTAINER_REGISTRY}/db-activity-wrapper:latest
|
||||
|
||||
# Set up working directory
|
||||
WORKDIR /app
|
||||
|
||||
# Copy user-specific files (block.py, schemas, requirements)
|
||||
COPY . .
|
||||
|
||||
RUN ls ./
|
||||
|
||||
# Set CMD to execute the symbolic link, making it look like block.py is the entry
|
||||
CMD ["python", "/app/block_wrapper.py"]
|
||||
6
config.json
Normal file
6
config.json
Normal file
@ -0,0 +1,6 @@
|
||||
[
|
||||
{
|
||||
"namespace": "",
|
||||
"connectionId": ""
|
||||
}
|
||||
]
|
||||
1
request_schema.json
Normal file
1
request_schema.json
Normal file
@ -0,0 +1 @@
|
||||
{}
|
||||
1
response_schema.json
Normal file
1
response_schema.json
Normal file
@ -0,0 +1 @@
|
||||
{}
|
||||
Loading…
x
Reference in New Issue
Block a user