fix linter error
This commit is contained in:
parent
323f350f88
commit
225c7ec1f1
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ FROM ubuntu:24.04
|
|||
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
WORKDIR .
|
||||
WORKDIR /
|
||||
COPY requirements.txt .
|
||||
|
||||
# hadolint ignore=DL3008,DL3028
|
||||
|
|
Reference in a new issue