Skip to content

Commit

Permalink
feat(docker): switch to multi-arch images
Browse files Browse the repository at this point in the history
  • Loading branch information
duncdrum committed May 9, 2023
1 parent f010c00 commit 4a96032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/app/templates/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM existdb/existdb:<%- dockertag %>
FROM duncdrum/existdb:<%- dockertag %>

COPY build/<%- title %>-<%- version %>.xar /exist/autodeploy

0 comments on commit 4a96032

Please sign in to comment.