Skip to content

Commit e73a473

Browse files
committed
fix: mem
1 parent 1c3d865 commit e73a473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildDocker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22
make full-build
33
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
4+
docker run -p 8080:8080 --memory="256m" --network="host" angular2guy/reactandgo:latest

0 commit comments

Comments
 (0)