Skip to content

Commit

Permalink
#9 fix command line import data init
Browse files Browse the repository at this point in the history
  • Loading branch information
bfoujols committed Sep 11, 2024
1 parent b8d7dcd commit 45f433f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ RUN apt-get purge -y git
# Clean up any remaining Git directories and files
RUN rm -rf /usr/local/git /usr/local/bin/git /usr/local/share/git-Core /usr/share/doc/git /usr/share/man/man1/git*

# init
RUN php bin/edu init
# CLI command init
RUN cd mock-veliko-api && php bin/edu init

0 comments on commit 45f433f

Please sign in to comment.