Skip to content

Commit

Permalink
1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
napalmpapalam committed Dec 1, 2023
1 parent 4b8c516 commit 631f382
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning].

## [1.1.2] - 2023-12-01
### Removed
- chrown from the Dockerfile

## [1.1.1] - 2023-12-01
### Fixed
- Docker Compose compatibility
Expand Down Expand Up @@ -68,7 +72,8 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic

- Initiated project

[Unreleased]: https://gitlab.com/rarimo/scan/compare/1.1.1...HEAD
[Unreleased]: https://gitlab.com/rarimo/scan/compare/1.1.2...HEAD
[1.1.2]: https://gitlab.com/rarimo/scan/compare/1.1.1...1.1.2
[1.1.1]: https://gitlab.com/rarimo/scan/compare/1.1.0...1.1.1
[1.1.0]: https://gitlab.com/rarimo/scan/compare/1.0.9...1.1.0
[1.0.9]: https://gitlab.com/rarimo/scan/compare/1.0.8...1.0.9
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ ENV NODE_ENV production
# You only need to copy next.config.js if you are NOT using the default configuration
COPY --from=builder /app/next.config.js ./
COPY --from=builder /app/public ./public
COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./
COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static
COPY --from=builder /app/.next/standalone ./
COPY --from=builder /app/.next/static ./.next/static
COPY --from=builder /app/package.json ./package.json
COPY .env .

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scan",
"version": "1.1.1",
"version": "1.1.2",
"private": true,
"gitHooks": {
"pre-commit": "yarn lint",
Expand Down

0 comments on commit 631f382

Please sign in to comment.