Skip to content

Commit

Permalink
clean onCreate leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
ankudinov committed May 3, 2024
1 parent fe0d867 commit b444042
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ RUN apt-get update \
&& rm -Rf /usr/share/doc && rm -Rf /usr/share/man \
&& apt-get clean

# copy onCreate script
COPY ./onCreate.sh /bin/onCreate.sh
RUN chmod +x /bin/onCreate.sh
# copy postCreate script
COPY ./postCreate.sh /bin/postCreate.sh
RUN chmod +x /bin/postCreate.sh
Expand Down

0 comments on commit b444042

Please sign in to comment.