We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 484eee9 commit 8409d50Copy full SHA for 8409d50
1 file changed
Dockerfile
@@ -0,0 +1,13 @@
1
+FROM ghcr.io/jhipster-projects/jhipster-generators:v8.11.0
2
+
3
+USER root
4
5
+# install generator-jhipster-react-native
6
+RUN npm install -g generator-jhipster-react-native eas-cli
7
8
+RUN mkdir -p /home/jhipster/app
9
+USER jhipster
10
+ENV PATH $PATH:/usr/bin
11
+WORKDIR "/home/jhipster/app"
12
+VOLUME ["/home/jhipster/app"]
13
+CMD ["rnhipster", "app"]
0 commit comments