Skip to content

Commit f81ff8f

Browse files
committed
fix(docker): archive command
1 parent 060aa4a commit f81ff8f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.docker/application.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ if [ $ACTION = "run" ]; then
5252
run;
5353
elif [ $ACTION = "backend" ]; then
5454
backend;
55+
elif [ $ACTION = "archive" ]; then
56+
archive;
5557
elif [ $ACTION = "test" ]; then
5658
test;
5759
else

0 commit comments

Comments
 (0)