Fix components imports
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-02-29 21:02:48 +01:00
parent faa16d1b16
commit 8a4faa616e
4 changed files with 9 additions and 4 deletions

View File

@@ -2,8 +2,10 @@ FROM node:current-alpine
WORKDIR /var/www
CMD ls -la
# Copy all build and modules
COPY package.json dist .
COPY . .
# Open port
EXPOSE 3000