This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # syntax = docker/dockerfile:1.2 | |
| FROM timbru31/ruby-node:3.2-slim | |
| ENV RAILS_LOG_TO_STDOUT=true | |
| RUN --mount=type=secret,id=_env,dst=/etc/secrets/.env cat /etc/secrets/.env | |
| RUN corepack enable && \ | |
| corepack prepare yarn@stable --activate |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Screenshot for getpaperbase/paperbase#358 |
OlderNewer