Skip to content

Commit

Permalink
fixed rm command
Browse files Browse the repository at this point in the history
  • Loading branch information
agnybida committed Mar 23, 2021
1 parent e755d37 commit 7cb0d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ do $SYSTEM.OBJ.Load("Installer.cls", "ck") \

# load demo stuff
RUN iris start IRIS
RM -r /usr/irissys/csp/dsw/*
RUN rm -r /usr/irissys/csp/dsw/*
COPY /dist/* /usr/irissys/csp/dsw/

0 comments on commit 7cb0d97

Please sign in to comment.