Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kallyas authored Aug 26, 2023
1 parent 57b4666 commit ef69b2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ COPY server/package.json server/package-lock.json ./
# Install dependencies
RUN npm install --production

# Install MongoDB
RUN apk add --no-cache mongodb-tools
# Install MongoDB server
RUN apk add --no-cache mongodb

# Create a directory for MongoDB data and logs
RUN mkdir -p /data/db /var/log/mongodb
Expand Down

0 comments on commit ef69b2f

Please sign in to comment.