Skip to content
Snippets Groups Projects

Check docker

Merged Cyril Christophe Daniel Robert Cros requested to merge check_docker into main
2 files
+ 1
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 0
1
@@ -5,7 +5,6 @@ WORKDIR /app
COPY jbrowse_script.sh .
RUN ./jbrowse_script.sh
RUN rm -rf annelids/node_modules
RUN ls -alh
# Stage 2: Load into nginx
FROM nginx:alpine
Loading