You've already forked hotpocket
BTHLABS-49: WIP
This commit is contained in:
@@ -25,7 +25,7 @@ RUN if [ ! $(getent group ${APP_USER_GID}) ];then groupadd -g ${APP_USER_GID} ap
|
||||
apt-get install --no-install-recommends -y curl iputils-ping less net-tools vim-tiny wget && \
|
||||
(curl -sSL https://install.python-poetry.org | python -) && \
|
||||
python3.12 -m venv ${VIRTUAL_ENV} && \
|
||||
mkdir /srv/app /srv/bin /srv/lib /srv/log /srv/node_modules /srv/opt /srv/packages /srv/run /srv/tmp /srv/uploads
|
||||
mkdir /srv/app /srv/bin /srv/etc /srv/etc/entrypoint.d/ /srv/lib /srv/local /srv/log /srv/node_modules /srv/opt /srv/packages /srv/run /srv/tmp /srv/uploads
|
||||
|
||||
COPY --chown=$APP_USER_UID:$APP_USER_GID base/ops/bin/*.sh /srv/bin/
|
||||
RUN chown -R ${APP_USER_UID}:${APP_USER_GID} /srv
|
||||
|
||||
Reference in New Issue
Block a user