Skip to content

Commit

Permalink
remove output folder from env file
Browse files Browse the repository at this point in the history
chriskapp committed Nov 30, 2024
1 parent a6c22bc commit bd264ba
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FORMAT="java"
NAMESPACE="org.typeschema.generator"
SOURCE="output/typeschema.json"
SOURCE="typeschema.json"
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -36,4 +36,4 @@ RUN chmod +x /usr/src/typeschema/bin/generator
RUN composer install

# run generation
CMD php bin/generator schema:parse "$SOURCE" output --format="$FORMAT" --config="namespace=$NAMESPACE"
CMD php bin/generator schema:parse "output/$SOURCE" output --format="$FORMAT" --config="namespace=$NAMESPACE"

0 comments on commit bd264ba

Please sign in to comment.