Skip to content
Snippets Groups Projects
Commit debfc333 authored by Jonas Leder's avatar Jonas Leder
Browse files

make all shell files executable in app folder

parent db2257f6
No related branches found
No related tags found
No related merge requests found
Pipeline #7160 passed
...@@ -6,8 +6,7 @@ WORKDIR /app ...@@ -6,8 +6,7 @@ WORKDIR /app
ADD ./app /app ADD ./app /app
RUN apk add sqlite python3 py3-waitress py3-flask py3-qrcode py3-requests py3-pillow py3-itsdangerous py3-numpy && \ RUN apk add sqlite python3 py3-waitress py3-flask py3-qrcode py3-requests py3-pillow py3-itsdangerous py3-numpy && \
chmod +x /app/import.sh && \ chmod +x /app/*.sh && \
chmod +x /app/export.sh && \
date > builddate.txt date > builddate.txt
#everytime the container starts run main.py #everytime the container starts run main.py
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment