mirror of
https://github.com/aljazceru/gitpear.git
synced 2025-12-17 06:04:25 +01:00
docker folder cleanup
This commit is contained in:
@@ -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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user