Skip to content

Commit

Permalink
Soy un liante uwu
Browse files Browse the repository at this point in the history
  • Loading branch information
UO277938 committed Apr 9, 2024
1 parent 2571c56 commit c2a93af
Show file tree
Hide file tree
Showing 6 changed files with 8,223 additions and 6 deletions.
2 changes: 2 additions & 0 deletions gatewayservice/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@ RUN npm install --ignore-scripts
# Copy the app source code to the working directory
COPY . .

EXPOSE 8000

# Define the command to run your app
CMD ["node", "gateway-service.js"]
2 changes: 2 additions & 0 deletions questionservice/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ RUN npm install --ignore-scripts
# Copy the app source code to the working directory
COPY . .

EXPOSE 8003

# Define the command to run your app
CMD ["node", "server.js"]
2 changes: 1 addition & 1 deletion userservice/authservice/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORKDIR /usr/src/authservice
COPY package*.json ./

# Install app dependencies
RUN npm install --ignore-scripts
RUN npm install

# Copy the app source code to the working directory
COPY . .
Expand Down
Loading

0 comments on commit c2a93af

Please sign in to comment.