Skip to content

Commit

Permalink
label
Browse files Browse the repository at this point in the history
  • Loading branch information
mason-rogers committed Aug 23, 2024
1 parent ad2257a commit 9cc47f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions event-demo/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Use an official Node.js runtime as a parent image
FROM node:18-alpine

# Label the image
LABEL org.opencontainers.image.source=https://github.com/widgetbot-io/project-demos

# Install pnpm globally
RUN npm install -g pnpm

Expand Down

0 comments on commit 9cc47f7

Please sign in to comment.