Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
NanuIjaz authored Sep 9, 2023
1 parent c3a6def commit ab476a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ RUN wget https://downloads.haskell.org/ghc/8.10.7/ghc-8.10.7-x86_64-deb9-linux.t
&& rm -rf /ghc-8.10.7
RUN groupadd -g 1001 cardano
RUN useradd -rm -d /home/cardano -s /bin/bash -g 1001 -G sudo -u 1001 cardano
RUN mkdir /home/cardano
RUN mkdir /home/cardano/cdbsync
RUN mkdir /home/cardano/ipc
RUN mkdir /home/cardano/cardano-db-sync
Expand Down

0 comments on commit ab476a7

Please sign in to comment.