Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
Update list of files to keep for build
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Jun 29, 2020
1 parent f69e22b commit 4b494e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN mkdir /tmp/download /tmp/build && \
git clone --branch ${MEEMO_VERSION} --single-branch --depth 1 https://github.com/nebulade/meemo.git . &> /dev/null && \
mv src /tmp/build/src && \
mv frontend /tmp/build/frontend && \
mv admin gulpfile.js package.json app.js things.json logo.* /tmp/build/ && \
mv gulpfile.js package.json package-lock.json app.js things.json logo.png /tmp/build/ && \
cd /tmp/build && \
rm -r /tmp/download
WORKDIR /tmp/build
Expand Down

0 comments on commit 4b494e3

Please sign in to comment.