This commit is contained in:
dohsimpson
2024-12-31 15:13:31 -05:00
parent e19798aa22
commit 8ac1acb7f7
3 changed files with 8 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## Version 0.1.3
### Fixed
- updated Dockerfile to include CHANGELOG
## Version 0.1.2
### Added

View File

@@ -47,6 +47,7 @@ RUN adduser --system --uid 1001 nextjs
RUN mkdir -p /app/data && chown nextjs:nodejs /app/data
COPY --from=builder /app/public ./public
COPY --from=builder /app/CHANGELOG.md ./
# Automatically leverage output traces to reduce image size
# https://nextjs.org/docs/advanced-features/output-file-tracing

View File

@@ -1,6 +1,6 @@
{
"name": "habittrove",
"version": "0.1.2",
"version": "0.1.3",
"private": true,
"scripts": {
"dev": "next dev --turbopack",