Skip to content

Commit

Permalink
i think that its last fix but I can wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
VovaBas04 committed Dec 1, 2024
1 parent 7162819 commit 6d3820d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion db/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mongo:5.0.25
WORKDIR /
COPY init.js .
COPY init.js /docker-entrypoint-initdb.d/
CMD ["mongod", "--port", "27017"]
2 changes: 2 additions & 0 deletions frontend/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
REACT_APP_API_URL=http://localhost:3000

2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM node:20.18.0-alpine
WORKDIR /app
WORKDIR /
COPY package.json .
RUN npm install
COPY . .
Expand Down

0 comments on commit 6d3820d

Please sign in to comment.