Skip to content

Commit

Permalink
Merge pull request #26 from studoo-app/dev
Browse files Browse the repository at this point in the history
Relaese v1.1.2
  • Loading branch information
bfoujols authored Apr 15, 2023
2 parents 377dd63 + f264170 commit 8c5f0e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ silent: true
vars:
#
# TASKFILE
VERSION: 1.1.1
VERSION: 1.1.3
CONTRIBUTOR: "Benoit Foujols, Julien Pechberty"
ENV: main
#
Expand Down Expand Up @@ -613,6 +613,12 @@ tasks:
if [ "$CONFIRM" = "y" ]; then
task npm-install
fi
- |
echo "Are you directory var/ is exist ? [y/N] :"
read CONFIRM
if [ "$CONFIRM" = "y" ]; then
mkdir var
fi
- task: sf-perm
- task: sf-ddc
- task: sf-dmm
Expand Down
1 change: 1 addition & 0 deletions docker-components/services/_mysql8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
database:
container_name: DOCKERCHANGE-database
image: mysql:8.0
command: mysqld --sql_mode="STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION"
platform: linux/amd64
ports:
- "3306:3306"
Expand Down

0 comments on commit 8c5f0e0

Please sign in to comment.