frontend docker refactor
This commit is contained in:
parent
63e33a45b4
commit
8c7fb8c6bf
8 changed files with 30 additions and 30 deletions
|
|
@ -6,8 +6,6 @@ COPY package*.json ./
|
|||
|
||||
RUN npm install;
|
||||
|
||||
COPY . .
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
CMD npm run dev
|
||||
CMD ["npm", "run", "dev"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue