Skip to content

Commit

Permalink
remove {} from dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
alkaline-0 committed May 13, 2024
1 parent daea071 commit e47d2ec
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

4 changes: 2 additions & 2 deletions Dockerfiles/nodejs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ FROM base

ARG file_name

ENV FILE_NAME = ${file_name}
ENV FILE_NAME = $file_name

WORKDIR /usr/src/app

Expand All @@ -28,4 +28,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 e47d2ec

Please sign in to comment.