Compare commits

..

No commits in common. "v0.1.0-develop.7" and "v0.1.0-develop.6" have entirely different histories.

4 changed files with 3 additions and 10 deletions

View File

@ -1,10 +1,3 @@
# [0.1.0-develop.7](https://git.lumeweb.com/LumeWeb/web3.news-publisher/compare/v0.1.0-develop.6...v0.1.0-develop.7) (2023-12-28)
### Bug Fixes
* run npm ci ([61a96fa](https://git.lumeweb.com/LumeWeb/web3.news-publisher/commit/61a96fa453ea466999b4e2f7c02e0b6a6d72dc11))
# [0.1.0-develop.6](https://git.lumeweb.com/LumeWeb/web3.news-publisher/compare/v0.1.0-develop.5...v0.1.0-develop.6) (2023-12-28)

View File

@ -12,8 +12,6 @@ COPY . .
COPY entrypoint.sh /
RUN npm ci
# Command to run when the Docker container starts
# It assumes the entrypoint is a script that handles the inputs and runs the desired commands
ENTRYPOINT ["sh", "/entrypoint.sh"]

View File

@ -5,6 +5,8 @@ export INPUT_NODE=$1
export INPUT_SEED=$2
export INPUT_FOLDER=$3
echo "ARGS:" $@
# Providing a default value for INPUT_FOLDER if not set
if [ -z "$INPUT_FOLDER" ]
then

View File

@ -1,6 +1,6 @@
{
"name": "web3.news-publisher",
"version": "0.1.0-develop.7",
"version": "0.1.0-develop.6",
"main": "src/index.ts",
"description": "Publish your site to the web3.news aggregator",
"scripts": {