Skip to content

Commit

Permalink
Fix empty continuation lines
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkyffin committed Feb 16, 2024
1 parent 8cacbde commit e7d658b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ RUN --mount=type=cache,target=/root/.cache \
\
# Create a symlink to the installed python module \
DATAGATEWAY_API_LOCATION="$(python3 -m pip show datagateway_api | awk '/^Location:/ { print $2 }')"; \
ln -s "$DATAGATEWAY_API_LOCATION/datagateway_api/" datagateway_api; \
\
ln -s "$DATAGATEWAY_API_LOCATION/datagateway_api/" datagateway_api;
#\
# Create config.yaml and search_api_mapping.json from their .example files \
#cp datagateway_api/config.yaml.example datagateway_api/config.yaml; \
#cp datagateway_api/search_api_mapping.json.example datagateway_api/search_api_mapping.json;
Expand Down

0 comments on commit e7d658b

Please sign in to comment.