Add standard workdir for Dockerimage (#534)
As requested by @curiousdannii in https://github.com/trzecieu/emscripten-docker/issues/58#issuecomment-648760800
This commit is contained in:
committed by
GitHub
parent
eff1d2e2f1
commit
7f77b615c2
@@ -140,6 +140,10 @@ RUN echo "## Internal Testing of image" \
|
|||||||
# Copy this Dockerimage into image, so that it will be possible to recreate it later
|
# Copy this Dockerimage into image, so that it will be possible to recreate it later
|
||||||
COPY Dockerfile /emsdk/dockerfiles/emscripten-core/emsdk/
|
COPY Dockerfile /emsdk/dockerfiles/emscripten-core/emsdk/
|
||||||
|
|
||||||
|
# ------------------------------------------------------------------------------
|
||||||
|
# Use commonly used /src as working directory
|
||||||
|
WORKDIR /src
|
||||||
|
|
||||||
LABEL maintainer="kontakt@trzeci.eu" \
|
LABEL maintainer="kontakt@trzeci.eu" \
|
||||||
org.label-schema.name="emscripten" \
|
org.label-schema.name="emscripten" \
|
||||||
org.label-schema.description="The official container with Emscripten SDK" \
|
org.label-schema.description="The official container with Emscripten SDK" \
|
||||||
|
|||||||
Reference in New Issue
Block a user