Fix issue with startup script being unable to read .env file

This commit is contained in:
Keannu Bernasol 2024-09-01 18:01:51 +08:00
parent 43c159cfec
commit 32cd0f73d1

View file

@ -5,6 +5,7 @@ ENV DEBIAN_FRONTEND noninteractive
WORKDIR /code
COPY . /code/
ADD . /code/
COPY start.sh /code/
RUN chmod +x /code/start.sh