Skip to content

Commit

Permalink
remove webpack-dev-server from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Riscky committed Feb 19, 2024
1 parent e16035d commit 7f78fd2
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,6 @@ services:
POSTGRES_PASSWORD: "koala123"
network_mode: "host"

# FIXME: Koala breaks css and js when trying to connect with the
# webpack-dev-server (and failing). The connection is disabled in
# webpacker.yml for now.
# webpack-dev-server:
# build: .

# command: [ "bundle", "exec", "./bin/webpack-dev-server" ]

# volumes:
# - ./app:/app/app:ro
# - ./bin:/app/bin:ro
# # Make this directory writable inside the container.
# - ./public/packs:/app/public/packs
# network_mode: "host"

koala-development:
build: .

Expand All @@ -44,7 +29,6 @@ services:
depends_on:
- postgres-db
- redis
# - webpack-dev-server

volumes:
# Mount the sourcecode in the container, so changes end up in the
Expand Down

0 comments on commit 7f78fd2

Please sign in to comment.