Skip to content

Commit a76b2a8

Browse files
author
Álvaro Alonso
authored
Update Dockerfile
1 parent e2c4dd2 commit a76b2a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

extras/docker/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ RUN sudo apt-get update && \
1515
# Download latest version of the code and install npm dependencies
1616
RUN git clone https://github.com/ging/fiware-cloud-portal.git && \
1717
cd fiware-cloud-portal && \
18+
git checkout tags/5.4 && \
1819
npm install && \
1920
./node_modules/grunt-cli/bin/grunt
2021

2122
# Run Cloud Portal
2223
WORKDIR /opt/fiware-cloud-portal
23-
CMD ["sudo", "node", "server.js"]
24+
CMD ["sudo", "node", "server.js"]

0 commit comments

Comments
 (0)