Skip to content

Commit e7311d0

Browse files
committed
chore: move container-related files to top folder
1 parent c9ff973 commit e7311d0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ RUN --mount=type=cache,target=/etc/apk/cache,id=apk-cahce-$TARGETARCH$TARGETVARI
1111
--mount=type=cache,target=/root/.cache/pip,id=pip-cahce-$TARGETARCH$TARGETVARIANT-final \
1212
<<EOS
1313
set -ex
14-
apk add gcc libc-dev python3-dev libpq libpq-dev libjpeg-turbo libjpeg-turbo-dev zlib zlib-dev freetype freetype-dev supervisor
14+
apk add gcc libc-dev python3-dev libpq libpq-dev libjpeg-turbo libjpeg-turbo-dev zlib zlib-dev freetype freetype-dev
1515
pip install -r /app/requirements.txt
1616
apk del gcc libc-dev python3-dev libpq-dev libjpeg-turbo-dev zlib-dev freetype-dev
1717
EOS
1818

1919
COPY ./ /app/
20-
RUN chmod -R u=rwX,go=rX ./ && chmod +x /app/container/entrypoint.sh
20+
RUN chmod -R u=rwX,go=rX ./ && chmod +x /app/entrypoint.sh
2121

2222
EXPOSE 8080
23-
CMD [ "/app/container/entrypoint.sh" ]
23+
CMD [ "/app/entrypoint.sh" ]
File renamed without changes.

0 commit comments

Comments
 (0)