Skip to content

Commit

Permalink
Intento de arreglar el despliegue
Browse files Browse the repository at this point in the history
  • Loading branch information
uo282189 committed Mar 13, 2024
1 parent 3c6b978 commit 51bbeab
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ services:
container_name: questionservice-${teamname:-wiq_es05c}
image: ghcr.io/arquisoft/wiq_es05c/questionservice:latest
profiles: ["dev", "prod"]
build: ./questionsService
build: ./questionservice
depends_on:
- mongodb
ports:
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion questionsService/Dockerfile → questionservice/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM node:20

# Set the working directory in the container
WORKDIR /usr/src/questionsService
WORKDIR /usr/src/questionservice

# Copy package.json and package-lock.json to the working directory
COPY package*.json ./
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 51bbeab

Please sign in to comment.