No need for priv

This commit is contained in:
Jamil Bou Kheir
2020-04-23 22:31:44 -07:00
parent 47ffb7fedd
commit 3b851ca1d6
2 changed files with 0 additions and 1 deletions

View File

@@ -29,7 +29,6 @@ RUN mix deps.compile
# Build assets
COPY $PHOENIX_DIR/assets $PHOENIX_DIR/assets
COPY priv priv
COPY $PHOENIX_DIR/priv $PHOENIX_DIR/priv
RUN npm install --prefix $PHOENIX_DIR/assets
RUN npm run deploy --prefix $PHOENIX_DIR/assets

View File