feat: simpler test workflow with configuration
This commit is contained in:
12
nextflow/Dockerfile.dev
Normal file
12
nextflow/Dockerfile.dev
Normal file
@@ -0,0 +1,12 @@
|
||||
FROM eclipse-temurin:17-jre
|
||||
|
||||
WORKDIR /opt/nextflow
|
||||
|
||||
COPY . /opt/nextflow
|
||||
|
||||
RUN chmod +x /opt/nextflow/launch.sh /opt/nextflow/nextflow || true
|
||||
|
||||
ENV PATH="/opt/nextflow:${PATH}"
|
||||
ENV NXF_HOME="/opt/nextflow/.nextflow"
|
||||
|
||||
ENTRYPOINT ["/opt/nextflow/launch.sh"]
|
||||
Reference in New Issue
Block a user