Skip to content

Commit

Permalink
fixed LABEL
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanMazyrin committed Dec 26, 2023
1 parent 785e8f9 commit e42074a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.11-alpine

LABEL org.opencontainers.image.source="https://github.com/romanmazyrin/salaries-project"
LABEL org.opencontainers.image.source https://github.com/romanmazyrin/salaries-project

# Create separate user
RUN addgroup --system app && adduser -S -G app app
Expand Down

0 comments on commit e42074a

Please sign in to comment.