From fe1abd055998e171b92d0e42df8063cab83a40ed Mon Sep 17 00:00:00 2001 From: Malfurious Date: Tue, 24 Oct 2023 22:05:05 -0400 Subject: acid: Don't use 'cychedelic' in file names As I add new components to the cychedelic system, it would be best to use more specific naming. 'cychedelic' is the name of the project, whereas 'acid' is the name of this program. Signed-off-by: Malfurious --- acid/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'acid/Dockerfile') diff --git a/acid/Dockerfile b/acid/Dockerfile index 1e27e63..7eecebe 100644 --- a/acid/Dockerfile +++ b/acid/Dockerfile @@ -10,4 +10,4 @@ RUN apk --no-cache add \ WORKDIR /app ENV PATH="${PATH}:/app" COPY . . -CMD ["cychedelic"] +CMD ["acid"] -- cgit v1.2.3