reorg some files so top-level of repo is cleaner

This commit is contained in:
Michael Bradley, Jr 2018-07-31 14:17:16 -05:00
parent 813c52957a
commit 43e02f3868
9 changed files with 8 additions and 8 deletions

View File

@ -84,11 +84,11 @@ USER embark
SHELL ["/bin/bash", "-c"]
WORKDIR /home/embark
COPY --chown=embark:embark \
.bash_env \
.bash_env_nvm_load \
.bash_env_nvm_unload \
.bashrc \
.npmrc \
env/.bash_env \
env/.bash_env_nvm_load \
env/.bash_env_nvm_unload \
env/.bashrc \
env/.npmrc \
./
ARG EMBARK_VERSION=3.1.5
ARG GANACHE_VERSION=6.1.4
@ -114,9 +114,9 @@ RUN mkdir -p .npm-packages \
USER root
SHELL ["/bin/sh", "-c"]
WORKDIR /
COPY docker-entrypoint.sh \
user-entrypoint.sh \
install-extras.sh \
COPY env/docker-entrypoint.sh \
env/user-entrypoint.sh \
env/install-extras.sh \
/usr/local/bin/
WORKDIR /dapp

View File

View File

View File