Added media move.

This commit is contained in:
Patrick Fic
2022-04-28 21:39:33 -07:00
parent 71fb6c21ca
commit cb046f813b
5 changed files with 73 additions and 12 deletions

View File

@@ -15,7 +15,6 @@ RUN npm install
# Bundle app source
COPY . .
ENV NODE_PATH=./build
RUN npm run build
EXPOSE 8000