We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2c4dd2 commit a76b2a8Copy full SHA for a76b2a8
extras/docker/Dockerfile
@@ -15,9 +15,10 @@ RUN sudo apt-get update && \
15
# Download latest version of the code and install npm dependencies
16
RUN git clone https://github.com/ging/fiware-cloud-portal.git && \
17
cd fiware-cloud-portal && \
18
+ git checkout tags/5.4 && \
19
npm install && \
20
./node_modules/grunt-cli/bin/grunt
21
22
# Run Cloud Portal
23
WORKDIR /opt/fiware-cloud-portal
-CMD ["sudo", "node", "server.js"]
24
+CMD ["sudo", "node", "server.js"]
0 commit comments