Skip to content

Commit

Permalink
Rename env/GHA for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterius committed Oct 18, 2024
1 parent f0aca4c commit d22e77b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
5 changes: 3 additions & 2 deletions env/publish/Dockerfile → env/build-website/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ RUN mkdir -p /opt/quarto \
# Second stage: Conda environment
#
FROM condaforge/miniforge3:24.7.1-0
LABEL org.opencontainers.image.authors="[email protected]"
LABEL org.opencontainers.image.description="Dockerfile for the Tools for Reproducible Research NBIS / Elixir workshop"
COPY --from=quarto /opt/quarto /opt/quarto
ENV PATH="${PATH}:/opt/quarto/bin"
RUN apt-get update \
Expand All @@ -42,3 +40,6 @@ WORKDIR /work

# Start Bash shell by default
CMD /bin/bash

LABEL org.opencontainers.image.authors="[email protected]"
LABEL org.opencontainers.image.description="Dockerfile for the Tools for Reproducible Research NBIS / Elixir workshop"
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ channels:
dependencies:

# Command line
- git
- snakemake-minimal

# R
Expand Down

0 comments on commit d22e77b

Please sign in to comment.