diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2023-08-20 11:38:02 +0100 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2023-08-20 11:38:02 +0100 |
| commit | bd1dfe5fd9544fd39cf33631775bc6329e7327aa (patch) | |
| tree | 0a321f2de60d7ddf0de797b079b7eb3abb44c88f /Dockerfile | |
| parent | cf39dff8a6f57bd87626ff3d57e1efe834fa190b (diff) | |
Change repository name to lower case
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -17,6 +17,8 @@ RUN tsc FROM node:alpine +LABEL org.opencontainers.image.source=https://github.com/LMBishop/panulat + WORKDIR /app COPY --chown=node:node package*.json ./ |
