Просмотр исходного кода

Adds image labels to connect package with repository

pull/752/head
lstellway 8 месяцев назад
Родитель
Сommit
c7729a0432
Не удалось извлечь подпись
1 измененных файлов: 3 добавлений и 0 удалений
  1. +3
    -0
      Dockerfile

+ 3
- 0
Dockerfile Просмотреть файл

@@ -1,6 +1,9 @@
# Build image
FROM golang:1.19-alpine as build

LABEL org.opencontainers.image.source=https://github.com/writefreely/writefreely
LABEL org.opencontainers.image.description="WriteFreely is a clean, minimalist publishing platform made for writers. Start a blog, share knowledge within your organization, or build a community around the shared act of writing."

RUN apk add --update nodejs npm make g++ git
RUN npm install -g less less-plugin-clean-css



Загрузка…
Отмена
Сохранить