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 1c3d865 commit e73a473Copy full SHA for e73a473
buildDocker.sh
@@ -1,4 +1,4 @@
1
#!/bin/bash
2
make full-build
3
docker build -t angular2guy/reactandgo:latest --build-arg APP_FILE=react-and-go --no-cache .
4
-docker run -p 8080:8080 --memory="384m" --network="host" angular2guy/reactandgo:latest
+docker run -p 8080:8080 --memory="256m" --network="host" angular2guy/reactandgo:latest
0 commit comments