Skip to content

Commit

Permalink
Removed env
Browse files Browse the repository at this point in the history
  • Loading branch information
alkaline-0 committed May 13, 2024
1 parent c2a26cb commit a1aa004
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 10 deletions.
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

4 changes: 1 addition & 3 deletions Dockerfiles/nodejs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ FROM base

ARG file_name

ENV FILE_NAME = ${file_name}

WORKDIR /usr/src/app

ENV NODE_ENV production
Expand All @@ -28,4 +26,4 @@ USER node
COPY --chown=node:node --from=build /usr/src/app/node_modules /usr/src/app/node_modules
COPY --chown=node:node . /usr/src/app

CMD dumb-init node ${FILE_NAME}
CMD dumb-init node ${file_name}
1 change: 0 additions & 1 deletion submissions-2024/maggieekubat-Recipe/maggieekubat-Recipe
Submodule maggieekubat-Recipe deleted from a4c63a
3 changes: 0 additions & 3 deletions submissions-2024/maggieekubat-Recipe/values.yml

This file was deleted.

0 comments on commit a1aa004

Please sign in to comment.