Skip to content

Commit 22f1539

Browse files
authored
add tags and LICENSE.md (#42)
1 parent 5e46774 commit 22f1539

File tree

2 files changed

+678
-1
lines changed

2 files changed

+678
-1
lines changed

Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,8 @@ RUN pip install --no-cache-dir ./wheels/*
3838

3939
COPY ./src ./src
4040

41-
EXPOSE 80
4241
CMD ["uvicorn", "src.bss_web_file_server.main:app", "--host", "0.0.0.0", "--port", "80"]
42+
EXPOSE 80
43+
LABEL org.opencontainers.image.source="https://github.com/BSStudio/bss-web-file-api"
44+
LABEL org.opencontainers.image.description="BSS Web file API"
45+
LABEL org.opencontainers.image.licenses="GPL-3.0"

0 commit comments

Comments
 (0)