mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-11 22:43:40 +00:00
Dockerfile, README, docs: Remove entrypoint
This was causing more trouble than it was helping, so lets remove it.
This commit is contained in:
committed by
Ayke van Laethem
parent
cb648d8ae1
commit
a830451426
+1
-2
@@ -14,8 +14,6 @@ RUN cd /go/src/github.com/aykevl/tinygo/ && \
|
||||
dep ensure --vendor-only && \
|
||||
go install /go/src/github.com/aykevl/tinygo/
|
||||
|
||||
ENTRYPOINT ["/go/bin/tinygo"]
|
||||
|
||||
# tinygo-wasm stage installs the needed dependencies to compile TinyGo programs for WASM.
|
||||
FROM tinygo-base AS tinygo-wasm
|
||||
|
||||
@@ -79,3 +77,4 @@ RUN cd /go/src/github.com/aykevl/tinygo/ && \
|
||||
apt-get autoremove -y && \
|
||||
apt-get clean
|
||||
|
||||
CMD ["tinygo"]
|
||||
|
||||
Reference in New Issue
Block a user