Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Commit

Permalink
fixing build script
Browse files Browse the repository at this point in the history
  • Loading branch information
marcolarosa committed Sep 13, 2023
1 parent a1ac1ec commit 160db52
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build-production-containers.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# #!/usr/bin/env bash

\sudo apt-get update && \sudo apt-get install -y docker.io
# \sudo apt-get update && \sudo apt-get install -y docker.io

VERSION=$(grep version api/package.json | awk -F ': ' '{ print $2 }' | sed 's/"//g' | sed 's/,//' )

docker build --push --rm \
-t ghcr.io/describo/describo-collections-api:latest \
Expand Down

0 comments on commit 160db52

Please sign in to comment.