berechtigung zum ausfuehren hinzugefuegt
This commit is contained in:
parent
3d68aad464
commit
6d83ad8ffd
1 changed files with 1 additions and 1 deletions
|
@ -16,5 +16,5 @@ RUN pip install --no-cache-dir -r backend/requirements.txt
|
||||||
|
|
||||||
COPY --from=build-stage /app/dist /app/frontend/dist/
|
COPY --from=build-stage /app/dist /app/frontend/dist/
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
RUN ["chmod", "+x", "/entrypoint.sh"]
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
ENTRYPOINT ["/entrypoint.sh"]
|
Loading…
Reference in a new issue