We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd13fe0 commit 2c21e11Copy full SHA for 2c21e11
Dockerfile
@@ -0,0 +1,8 @@
1
+FROM node:slim
2
+
3
+COPY . /node
4
5
+RUN cd /node && \
6
+ npm install
7
8
+ENTRYPOINT [ "node", "/node/index.js" ]
Dockerfile.armhf
+FROM arm32v7/node:slim
0 commit comments