@hybridless/hybridless 0.1.15-alpha13 → 0.1.15-alpha14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hybridless/hybridless",
3
- "version": "0.1.15-alpha13",
3
+ "version": "0.1.15-alpha14",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -8,6 +8,7 @@ EXPOSE $PORT
8
8
 
9
9
  # Copy files
10
10
  COPY /app/ /app/
11
-
11
+ #
12
+ RUN chmod +x go.sh
12
13
  # Command to run the executable
13
14
  ENTRYPOINT ["./go.sh"]