Docker updates

This commit is contained in:
Ben Allfree 2022-11-02 11:14:42 -07:00
parent 6220f41095
commit e9e5dc4150
2 changed files with 5 additions and 3 deletions

View File

@ -3,4 +3,6 @@
**/.parcel-cache
**/dist
**/dist-server
**/*.log
**/*.log
docker/mount/cache
**/build

View File

@ -4,5 +4,5 @@ ENV PATH="/usr/local/go/bin:${PATH}"
RUN apk add python3 py3-pip make gcc musl-dev g++ bash
WORKDIR /src
COPY . .
RUN yarn
RUN yarn build
RUN yarn --verbose
RUN yarn build --verbose