Skip to content

Commit b7820ad

Browse files
committed
feat!: new structure
BREAKING CHANGE: generated moved to root with model.yaml instead of generated.yaml
1 parent b9f2002 commit b7820ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ ENV PORT 8080
1414

1515
COPY Caddyfile /etc/caddy/Caddyfile
1616
COPY --from=build ["/usr/src/app/dist/dsomm/", "/srv"]
17-
COPY --from=yaml ["/var/www/html/src/assets/YAML/generated/generated.yaml", "/srv/assets/YAML/generated/generated.yaml"]
17+
COPY --from=yaml ["/var/www/html/generated/model.yaml,", "/srv/assets/YAML/default/model.yaml"]

0 commit comments

Comments
 (0)