Skip to content

Commit

Permalink
some correction
Browse files Browse the repository at this point in the history
Signed-off-by: Deepanshu Yadav <[email protected]>
  • Loading branch information
deepanshu-yadav committed Nov 27, 2023
1 parent d0ff2b1 commit 650470d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/nodejs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ WORKDIR /usr/src/app
# Clone the Git repository
RUN git clone https://github.com/deepanshu-yadav/devopsprojects23.git .

RUN -i "s/DEVELOPMENT/${STATE}/g" ./configure.js
RUN sed -i "s/DEVELOPMENT/${STATE}/g" ./configure.js

# Install app dependencies
RUN npm install
Expand Down

0 comments on commit 650470d

Please sign in to comment.