Skip to content

Commit

Permalink
dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hansidm committed Oct 16, 2024
1 parent 19e5e71 commit aeaf0b3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docker/Dockerfile-data
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@

FROM eclipse-temurin:21-jre-noble
FROM eclipse-temurin:21-jre-alpine

#RUN apk add --no-cache --upgrade bash
RUN apk add --no-cache --upgrade bash

COPY . /POEM
WORKDIR /POEM/rcads

RUN ls -l
RUN chmod +x generate.sh
RUN generate.sh
RUN ./generate.sh

0 comments on commit aeaf0b3

Please sign in to comment.