Skip to content

Commit

Permalink
streamline
Browse files Browse the repository at this point in the history
  • Loading branch information
tagyoureit committed Apr 20, 2024
1 parent ac384a2 commit 6ea0c40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .docker/Dockerfile.linux
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ WORKDIR /app/nodejs-poolcontroller

# # Copy the source code and necessary files for the first application
# COPY ./nodejs-poolcontroller/package*.json ./
# COPY ./nodejs-poolcontroller/defaultConfig.json ./config.json
# COPY ./nodejs-poolcontroller ./
COPY ./nodejs-poolcontroller/defaultConfig.json ./config.json
COPY ./nodejs-poolcontroller ./

# Install dependencies and build the first application
RUN npm ci
Expand All @@ -30,7 +30,7 @@ WORKDIR /app/nodejs-poolcontroller-dashpanel

# # Copy the source code and necessary files for the second application
# COPY ./nodejs-poolcontroller-dashpanel/package*.json ./
# COPY ./nodejs-poolcontroller-dashpanel ./
COPY ./nodejs-poolcontroller-dashpanel ./

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

0 comments on commit 6ea0c40

Please sign in to comment.