mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-01 02:25:45 +08:00
Fix Dockerfile
This commit is contained in:
parent
21a89ee455
commit
83e7d149a3
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
FROM node:6
|
||||
|
||||
# Copy everything (excluding what's in .dockerignore) into an empty dir
|
||||
COPY ../ /home
|
||||
COPY . /home
|
||||
WORKDIR /home
|
||||
|
||||
RUN npm install
|
||||
|
|
Loading…
Reference in a new issue