Add Dockerfile to the build

This commit is contained in:
Soap 2025-10-08 00:06:47 +00:00
parent d2293dfee8
commit 169b8325f8

View File

@ -1,6 +1,9 @@
services: services:
copyparty: copyparty:
image: copyparty/ac build:
context: .
dockerfile: Dockerfile
# image: copyparty/ac
container_name: copyparty container_name: copyparty
user: "1000" # use the "id" command user: "1000" # use the "id" command
ports: ports:
@ -13,7 +16,7 @@ services:
- type: bind - type: bind
source: ./cfg source: ./cfg
target: /cfg target: /cfg
consistency: consistent # unreliable when u change ze config, else cool consistency: consistent # unreliable when u change ze config, best for testing hooks
stdin_open: true stdin_open: true
tty: true tty: true
restart: "always" restart: "always"