mirror of
https://github.com/skidoodle/pastebin
synced 2025-10-14 09:44:48 +02:00
dockerize
This commit is contained in:
8
compose.dev.yaml
Normal file
8
compose.dev.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
services:
|
||||
pastebin-dev:
|
||||
container_name: pastebin-dev
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "3000:3000"
|
||||
Reference in New Issue
Block a user