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:
Piotr Paczkowski (trzeci.eu)
2020-06-27 01:51:21 +02:00
committed by GitHub
parent eff1d2e2f1
commit 7f77b615c2

View File

@@ -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 Dockerfile /emsdk/dockerfiles/emscripten-core/emsdk/
# ------------------------------------------------------------------------------
# Use commonly used /src as working directory
WORKDIR /src
LABEL maintainer="kontakt@trzeci.eu" \
org.label-schema.name="emscripten" \
org.label-schema.description="The official container with Emscripten SDK" \