chore: docker: lint

This commit is contained in:
coderiaser 2026-03-23 00:52:54 +02:00
parent 8b83277ec0
commit df21e81d5a

View file

@ -21,9 +21,9 @@ RUN apk update && \
COPY . /usr/src/app
WORKDIR /
ENV cloudcmd_terminal true
ENV cloudcmd_terminal_path gritty
ENV cloudcmd_open false
ENV cloudcmd_terminal=true
ENV cloudcmd_terminal_path=gritty
ENV cloudcmd_open=false
EXPOSE 8000