Skip to content

Commit

Permalink
CHG: updating workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelcarcamov committed Jun 24, 2024
1 parent aeb4e14 commit 3ab1ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN pip3 --version
RUN echo "Installing snow"
RUN pip3 install git+https://github.com/miguelcarcamov/snow.git
RUN echo "Hello from snow production image"
RUN mkdir ~/.casa/data
RUN mkdir -p ~/.casa/data
LABEL org.opencontainers.image.source="https://github.com/miguelcarcamov/snow"
LABEL org.opencontainers.image.description="Container image for SNOW"
LABEL org.opencontainers.image.licenses=GPL3

0 comments on commit 3ab1ec3

Please sign in to comment.