Skip to content

Commit 9014128

Browse files
authored
Merge pull request #14 from mlabs-haskell/aleksandr/fix-ssl
Add base image for nft-market-place (fix ssl problem)
2 parents 02a1975 + de3d6b7 commit 9014128

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arion-compose.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ in {
115115
[ "${toString ./.}/data/postgres-data:/var/lib/postgresql/data" ];
116116
};
117117
nft-marketplace-server.service = {
118+
image = "alpine";
118119
command = [
119120
"${nft-marketplace-server}/bin/nft-marketplace-server"
120121
"--db-connection"

0 commit comments

Comments
 (0)