Skip to content

Commit

Permalink
try: remove use iof NVM
Browse files Browse the repository at this point in the history
  • Loading branch information
VsevolodX committed Nov 2, 2023
1 parent b95980e commit b61694b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG BASE_IMAGE=node
# Not using "alpine" to allow node gyp to work with package installations from "https://github.com" directly
ARG IMAGE_TAG=14.19
ARG IMAGE_TAG=14
FROM ${BASE_IMAGE}:${IMAGE_TAG}

WORKDIR /opt/app
Expand Down
3 changes: 0 additions & 3 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
#!/usr/bin/env bash

source $NVM_DIR/nvm.sh
nvm use ${NODE_VERSION}

if [[ "${BASE_DIR}" == "" ]]; then
BASE_DIR=.
fi
Expand Down

0 comments on commit b61694b

Please sign in to comment.