comparison Dockerfile @ 12:12122bf5adda draft

planemo upload commit 64b1496d226bf60dac97681d4a252c0e5833f944
author galaxytrakr
date Fri, 15 May 2026 12:14:26 +0000
parents b91011f3b337
children c15a67e4b8a7
comparison
equal deleted inserted replaced
11:b91011f3b337 12:12122bf5adda
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