Skip to content

Commit

Permalink
Correcting path in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lunasilvestre committed Oct 6, 2023
1 parent dc75b07 commit 4983100
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions validation/Dockerfile.landsat_lst
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ COPY package*.json ./
RUN npm install

# Copy the rest of the application to the container
COPY example_1_node.js ./
COPY ./example_1_node.js ./

# Copy Bash script to adapt the modules to run stand-alone in NodeJS
COPY modify_files.sh ./modules
COPY ./modify_files.sh ./modules
RUN chmod +x ./modules/modify_files.sh

# Run the adapt the modules script
Expand Down

0 comments on commit 4983100

Please sign in to comment.