docker folder cleanup

This commit is contained in:
2024-02-12 13:48:13 +00:00
parent 217a1dc971
commit 720be514b9
3 changed files with 2 additions and 2 deletions

View File

@@ -24,10 +24,10 @@ RUN npm link
RUN mkdir -p /srv/repos/pear RUN mkdir -p /srv/repos/pear
COPY default /etc/nginx/sites-enabled/default COPY docker/nginx-default-config /etc/nginx/sites-enabled/default
WORKDIR /app WORKDIR /app
COPY entrypoint.sh . COPY docker/entrypoint.sh .
RUN chmod +x entrypoint.sh RUN chmod +x entrypoint.sh
ENTRYPOINT ["/bin/bash", "-c", "/app/entrypoint.sh"] ENTRYPOINT ["/bin/bash", "-c", "/app/entrypoint.sh"]