Skip to content

Commit

Permalink
Merge pull request #11 from gulpinhenry/INIT-deployment_config
Browse files Browse the repository at this point in the history
INIT-deployment_config change npm version
  • Loading branch information
gulpinhenry authored Feb 28, 2024
2 parents 308df61 + 5b733aa commit 195ad1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe-recommender/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORKDIR /usr/src/app
COPY . .

# Install any needed packages specified in package.json
RUN npm install
RUN npm install -g [email protected]

# Make port 3000 available to the world outside this container
EXPOSE 3000
Expand Down

0 comments on commit 195ad1a

Please sign in to comment.