Skip to content

Commit

Permalink
Dockerfile WORKDIR changed to /
Browse files Browse the repository at this point in the history
  • Loading branch information
simonkowallik committed Dec 7, 2019
1 parent 7c67309 commit e8ec76a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Expand Up @@ -11,7 +11,7 @@ LABEL org.label-schema.schema-version="1.0"
ENV LC_ALL=C.UTF-8
ENV LANG=C.UTF-8

WORKDIR /as3ninja
WORKDIR /

RUN apk update --no-cache; \
apk add --no-cache \
Expand All @@ -36,7 +36,7 @@ RUN addgroup as3ninja; \

ADD . /as3ninja

RUN bash -c " \
RUN bash -c "cd /as3ninja; \
pip3 install --no-cache-dir -r <(pipenv --bare lock --requirements); \
"

Expand Down

0 comments on commit e8ec76a

Please sign in to comment.