This repository has been archived on 2025-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
powerpanel-webview/Dockerfile

9 lines
108 B
Text
Raw Normal View History

2021-09-15 00:01:39 -05:00
FROM node:12-alpine
2021-08-04 20:35:36 -05:00
2021-09-15 00:01:39 -05:00
RUN apk update && \
apk add --no-cache bash
2021-08-04 21:46:59 -05:00
2021-09-15 00:01:39 -05:00
RUN npm install
2021-08-04 21:46:59 -05:00
2021-09-15 00:01:39 -05:00
WORKDIR /usr/src/app