File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ standalone_firefox: generate_standalone_firefox firefox
61
61
cd ./StandaloneFirefox && docker build $(BUILD_ARGS ) -t $(NAME ) /standalone-firefox:$(VERSION ) .
62
62
63
63
generate_standalone_firefox_debug :
64
- cd ./StandaloneDebug && ./generate.sh StandaloneFirefoxDebug standalone -firefox Firefox $(VERSION ) $(NAMESPACE ) $(AUTHORS )
64
+ cd ./StandaloneDebug && ./generate.sh StandaloneFirefoxDebug node -firefox-debug Firefox $(VERSION ) $(NAMESPACE ) $(AUTHORS )
65
65
66
66
standalone_firefox_debug : generate_standalone_firefox_debug standalone_firefox
67
67
cd ./StandaloneFirefoxDebug && docker build $(BUILD_ARGS ) -t $(NAME ) /standalone-firefox-debug:$(VERSION ) .
@@ -73,7 +73,7 @@ standalone_chrome: generate_standalone_chrome chrome
73
73
cd ./StandaloneChrome && docker build $(BUILD_ARGS ) -t $(NAME ) /standalone-chrome:$(VERSION ) .
74
74
75
75
generate_standalone_chrome_debug :
76
- cd ./StandaloneDebug && ./generate.sh StandaloneChromeDebug standalone -chrome Chrome $(VERSION ) $(NAMESPACE ) $(AUTHORS )
76
+ cd ./StandaloneDebug && ./generate.sh StandaloneChromeDebug node -chrome-debug Chrome $(VERSION ) $(NAMESPACE ) $(AUTHORS )
77
77
78
78
standalone_chrome_debug : generate_standalone_chrome_debug standalone_chrome
79
79
cd ./StandaloneChromeDebug && docker build $(BUILD_ARGS ) -t $(NAME ) /standalone-chrome-debug:$(VERSION ) .
Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ echo "# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" >> $FOLDER/Dockerfil
13
13
echo FROM $NAMESPACE /$BASE :$VERSION >> $FOLDER /Dockerfile
14
14
echo LABEL authors=" $AUTHORS " >> $FOLDER /Dockerfile
15
15
echo " " >> $FOLDER /Dockerfile
16
- cat ../NodeDebug/Dockerfile.txt >> $FOLDER /Dockerfile
16
+ cat ../Standalone/Dockerfile.txt >> $FOLDER /Dockerfile
17
+ echo EXPOSE 5900 >> $FOLDER /Dockerfile
17
18
18
19
cp ./entry_point.sh $FOLDER
19
20
You can’t perform that action at this time.
0 commit comments