Skip to content
Snippets Groups Projects
Commit 3fd49882 authored by Mikhail Karnevskiy's avatar Mikhail Karnevskiy
Browse files

Fix path to processed and raw data in standalone authorizer

parent a7705d87
Branches
Tags
No related merge requests found
......@@ -62,6 +62,8 @@ COPY front-dist /usr/share/nginx/html
RUN mkdir -p /tmp/asapo/receiver/files/test_facility/gpfs/test/2019/data/asapo_test/processed/
RUN mkdir -p /tmp/asapo/receiver/files/beamline/test/current/raw
# Link dummy beamline FS with dummy code FS
RUN ln -s /tmp/asapo/receiver/files/beamline/test/current/raw /tmp/asapo/receiver/files/test_facility/gpfs/test/2019/data/asapo_test/raw
RUN mkdir -p /tmp/logs/
CMD ["supervisord", "--configuration", "/etc/supervisord.conf"]
{
"Port": 8412,
"LogLevel":"debug",
"RootBeamtimesFolder":"/tmp/asapo/asap3",
"RootBeamtimesFolder":"/tmp/asapo/receiver/files",
"CurrentBeamlinesFolder":"/tmp/asapo/beamline",
"AlwaysAllowedBeamtimes":[{"beamtimeId":"asapo_test","beamline":"test","corePath":"/tmp/asapo/receiver/files/test_facility/gpfs/test/2019/data/asapo_test",
"beamline-path":"/tmp/asapo/receiver/files/beamline/test/current"},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment