Skip to content

Commit 6c767d9

Browse files
authored
Merge pull request #10 from pdsinterop/fix/dockerfile
fix format for label
2 parents 888a237 + 78a8a86 commit 6c767d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ WORKDIR /app/server/
3232
EXPOSE 8080
3333
CMD ["php", "server.php"]
3434

35-
LABEL org.opencontainers.image.source = "https://github.com/pdsinterop/php-solid-pubsub-server"
35+
LABEL org.opencontainers.image.source="https://github.com/pdsinterop/php-solid-pubsub-server"

0 commit comments

Comments
 (0)