fix issue Dockerfile build
All checks were successful
Build docker container / build (push) Successful in 3m22s
All checks were successful
Build docker container / build (push) Successful in 3m22s
This commit is contained in:
parent
87e8700236
commit
38dbf743b7
@ -47,7 +47,7 @@ RUN chown -R app:app /App/* \
|
||||
&& mkdir /data && chmod 755 /data \
|
||||
&& cat > /data/telebilbaoEpg.db \
|
||||
&& chmod 777 /data/telebilbaoEpg.db \
|
||||
&& chown -R app:app /data/* \
|
||||
&& chown -R app:app /data/*
|
||||
ENTRYPOINT echo "$(envsubst '${MOVIE_API_URL},${MOVIE_API_KEY},${MOVIE_IMAGE_URL},${$JOB_SCHEDULE}' < appsettings.json)" > appsettings.json \
|
||||
&& dotnet "TelebilbaoEpg.dll"
|
||||
EXPOSE 80
|
||||
|
Loading…
x
Reference in New Issue
Block a user