Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
Prepare to release 4.0.1 (#426)
Browse files Browse the repository at this point in the history
Restores the build step in Dockerfile
  • Loading branch information
eyelidlessness authored May 18, 2022
1 parent df98ec3 commit 69df142
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 4.0.0 - 2022-05-17
## 4.0.1 - 2022-05-18

- Fix: restore build in Dockerfile

## 4.0.0 - 2022-05-18

### Changed

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN npm install -g grunt-cli pm2

COPY . ${ENKETO_SRC_DIR}

RUN npm install && npm prune --production
RUN npm install && grunt && npm prune --production

# Persist the `secrets` directory so the encryption key remains consistent.
RUN mkdir -p ${ENKETO_SRC_DIR}/setup/docker/secrets
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "enketo-express",
"description": "Webforms evolved.",
"homepage": "https://enketo.org",
"version": "4.0.0",
"version": "4.0.1",
"main": "./app.js",
"engines": {
"node": ">=14 <17",
Expand Down

0 comments on commit 69df142

Please sign in to comment.