Skip to content

Commit

Permalink
Merge pull request #7 from Creoox/develop
Browse files Browse the repository at this point in the history
Fixed 'logs' folder creation error
  • Loading branch information
CreooxTech authored Mar 17, 2023
2 parents 96395e0 + 219e062 commit 7a341cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .docker/production.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ COPY --chown=node:node --from=build-base /app/dist /app/dist
COPY --chown=node:node --from=prod-modules /app/prod_node_modules /app/node_modules

ENV NODE_ENV ${node_env_type}
RUN mkdir -p /app/logs
USER node

ENTRYPOINT [ "node" ]
Expand Down
2 changes: 1 addition & 1 deletion app/.env.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Application settings
APP_NAME=cx-traefik-forward-auth
APP_VERSION=1.1.0
APP_VERSION=1.1.1
APP_PORT=4181

## Environment settings
Expand Down

0 comments on commit 7a341cb

Please sign in to comment.