mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 14:03:42 +00:00
Update Dockerfile
This commit is contained in:
parent
8b5f58c156
commit
5a4328e449
@ -23,6 +23,9 @@ COPY package*.json ./
|
||||
# Copy the source files
|
||||
COPY . .
|
||||
|
||||
# Install mocha
|
||||
RUN npm install -g mocha
|
||||
|
||||
# Install node modules
|
||||
RUN npm cache clean --force && \
|
||||
for i in 1 2 3; do \
|
||||
|
Loading…
Reference in New Issue
Block a user