mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-23 12:52:24 +02:00
5 lines
121 B
Docker
5 lines
121 B
Docker
FROM hardcoreeng/base
|
|
|
|
WORKDIR /usr/src/app
|
|
RUN npm install --ignore-scripts=false --verbose sharp@v0.32.6 --unsafe-perm
|