Skip to content
Snippets Groups Projects
Commit b3419b80 authored by Patrick Chabrier's avatar Patrick Chabrier
Browse files

Update Dockerfile

parent 7e4d0023
No related branches found
No related tags found
No related merge requests found
Pipeline #56168 passed
ARG REGISTRY_DOMAIN="docker.io/library"
FROM python:3.9.12-slim-bullseye
......@@ -65,7 +64,9 @@ WORKDIR /galaxy-central
COPY tool/dummy.xml /galaxy-central/tool/dummy.xml
RUN planemo test --galaxy_root galaxy tool/dummy.xml \
WORKDIR /work
RUN planemo test --galaxy_root /galaxy-central/galaxy /galaxy-central/tool/dummy.xml \
&& rm -rf tool*
EXPOSE 9090
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment