Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
3alpha authored Jan 19, 2024
1 parent cb2eb01 commit 162c524
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ RUN apk update && \

#RUN apk add -U --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing aufs-util

RUN addgroup -g 2999 docker
# RUN addgroup -g 2999 docker

# Create app directory
WORKDIR /usr/src/app
COPY . .

CMD ["/usr/src/app/iso/scripts/generate_ISO.sh"]
CMD ["/usr/src/app/iso/scripts/generate_ISO.sh"]

0 comments on commit 162c524

Please sign in to comment.