Skip to content

Commit

Permalink
port mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
gsagag committed Jul 17, 2024
1 parent c2dbd22 commit 7513775
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion OEDS_explorer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ RUN npm install
COPY . /app

CMD ["npm", "start"]
EXPOSE 3000
EXPOSE 3002
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ version: '3'
services:
nrw_kwp_map:
build:
context: ./NRW_KWP_map
context: ./nrw_kwp_map
dockerfile: Dockerfile
ports:
- 3000:3000

oeds_explorer:

build:
context: ./OEDS_explorer
context: ./oeds_explorer
dockerfile: Dockerfile
ports:
- 3001:3000
- 3002:3002

0 comments on commit 7513775

Please sign in to comment.