Skip to content

Commit 92261c2

Browse files
committed
some dockerfile formatting
1 parent 62c473c commit 92261c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ RUN source $NVM_DIR/nvm.sh \
2424
&& nvm use $NODE_VERSION
2525
#######
2626

27-
# add node and npm to path so the commands are available
27+
####### add node and npm to path so the commands are available
2828
ENV NODE_PATH $NVM_DIR/v$NODE_VERSION/lib/node_modules
2929
ENV PATH $NVM_DIR/versions/node/v$NODE_VERSION/bin:$PATH
30-
30+
#######
3131

3232
COPY --link . /gpt-code-ui
3333
WORKDIR /gpt-code-ui

0 commit comments

Comments
 (0)