mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
chore: docker: lint
This commit is contained in:
parent
8b83277ec0
commit
df21e81d5a
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue