Skip to content

Commit

Permalink
fix: use server container from Docker registry instead
Browse files Browse the repository at this point in the history
  • Loading branch information
abouolia committed May 9, 2024
1 parent 8aefa77 commit 92e3d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/migration/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/bigcapitalhq/server:latest as build
FROM bigcapitalhq/server:latest as build

ARG DB_HOST= \
DB_USER= \
Expand Down

0 comments on commit 92e3d31

Please sign in to comment.