Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions nodejs16/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ENV FC_SERVER_PATH=/var/fc/runtime/nodejs16
ENV FC_SERVER_LOG_PATH=${FC_SERVER_PATH}/var/log
ENV LD_LIBRARY_PATH=${FC_FUNC_CODE_PATH}:${FC_FUNC_CODE_PATH}/lib
ENV PATH=${FC_SERVER_PATH}/node_modules/.bin:${PATH}
ENV NODE_PATH=/usr/local/lib/node_modules:/opt/nodejs/node14/node_modules:/opt/nodejs/node_modules
ENV NODE_PATH=/usr/local/lib/node_modules:/opt/nodejs/node16/node_modules:/opt/nodejs/node_modules

# Create directory.
RUN mkdir -p ${FC_SERVER_PATH}
Expand Down Expand Up @@ -54,4 +54,4 @@ RUN npm cache clean --force
WORKDIR ${FC_FUNC_CODE_PATH}

# Start a shell by default
CMD ["bash"]
CMD ["bash"]