Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save Olshansk/c54fcc381779fd53fb8f4a128769673d to your computer and use it in GitHub Desktop.

Select an option

Save Olshansk/c54fcc381779fd53fb8f4a128769673d to your computer and use it in GitHub Desktop.
Hot Reload Dockerfile - Docker Compose without Volume Mount
version: '3.7'
services:
server:
container_name: server
build:
context: .
dockerfile: Dockerfile
ports:
- "8008:8008"
environment:
- PORT=8008
entrypoint: /start-reload.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment