Merge branch 'main' into argument-parsing

This commit is contained in:
el-gringo-alto
2021-10-28 02:01:15 -04:00
4 changed files with 71 additions and 122 deletions

View File

@@ -16,4 +16,4 @@ COPY --from=builder /install /usr/local
COPY zspotify /app
COPY *zs_config.json /
WORKDIR /app
ENTRYPOINT ["/usr/local/bin/python", "__main__.py"]
ENTRYPOINT ["/usr/local/bin/python", "app.py"]