comparison Dockerfile @ 10:6cba046e4aaa draft

planemo upload commit 5dde40ff78fc0b4ed8de781e143f984212ecc480
author galaxytrakr
date Fri, 15 May 2026 11:48:22 +0000
parents 4c4899031795
children b91011f3b337
comparison
equal deleted inserted replaced
9:4c4899031795 10:6cba046e4aaa
1 # Multi-stage Dockerfile for SeqSero2S 1 # Multi-stage Dockerfile for SeqSero2S
2 # Default build: docker build -t seqsero2s:latest . 2 # Default build: docker build -t seqsero2s:latest .
3 # Test build: docker build --target test -t seqsero2s:test . 3 # Test build: docker build --target test -t seqsero2s:test .
4
4 5
5 # ============================================================================ 6 # ============================================================================
6 # Stage 1: Base image with mambaforge for faster dependency resolution 7 # Stage 1: Base image with mambaforge for faster dependency resolution
7 # ============================================================================ 8 # ============================================================================
8 FROM condaforge/mambaforge:latest AS base 9 FROM condaforge/mambaforge:latest AS base