Skip to content

Commit

Permalink
testing 2
Browse files Browse the repository at this point in the history
  • Loading branch information
tagyoureit committed Apr 20, 2024
1 parent 298b6da commit f352ca2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .docker/Dockerfile.linux
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ WORKDIR /app/nodejs-poolcontroller
# Copy the source code and necessary files for the first application
COPY ./nodejs-poolcontroller/defaultConfig.json ./config.json
COPY ./nodejs-poolcontroller ./
RUN "echo pwd"
RUN "echo $(pwd)"
RUN "echo ls"
RUN "echo $(ls -al)"
RUN echo "pwd"
RUN echo "current pwd - $(pwd)"
RUN echo "ls"
RUN echo "$(ls -al)"

# Install dependencies and build the first application
RUN npm ci
Expand Down

0 comments on commit f352ca2

Please sign in to comment.