Skip to content

Commit

Permalink
Release 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hisorange committed Nov 14, 2021
1 parent 92084e9 commit 5b9bcfd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,12 @@ COPY --from=builder /temp/yarn.lock yarn.lock
COPY --from=builder /temp/.yarnclean .yarnclean
COPY --from=builder /temp/build build
COPY --from=builder /temp/storage storage
COPY --from=builder /temp/template template
COPY --from=builder /temp/config config
COPY --from=builder /temp/assets assets
COPY --from=builder /temp/docs docs

ENV NODE_ENV=production
ENV PORT=3000
ENV PORT=7200

RUN ["yarn", "install", "--frozen-lockfile", "--production"]
RUN ["yarn", "autoclean", "--force"]
Expand Down
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
### Version 0.0.4

- Initial automated release
- Preview functionality for the main features
- Working data model editor
- Testable workflow engine concept
- Testable static page builder concept

0 comments on commit 5b9bcfd

Please sign in to comment.