Don't test in build container
This commit is contained in:
parent
237eb52ff4
commit
47680670c7
@ -3,17 +3,16 @@ FROM node:alpine as frontend
|
||||
# install envsubst
|
||||
RUN apk add -U --upgrade --no-cache gettext
|
||||
|
||||
RUN yarn global add elm elm-test uglify-js
|
||||
RUN yarn global add elm uglify-js
|
||||
|
||||
COPY ./frontend/build.sh ./build.sh
|
||||
COPY ./frontend/template.html ./template.html
|
||||
COPY ./frontend/elm.json ./elm.json
|
||||
COPY ./frontend/src ./src
|
||||
COPY ./frontend/tests ./tests
|
||||
# COPY ./frontend/tests ./tests
|
||||
|
||||
RUN ./build.sh
|
||||
|
||||
|
||||
FROM ekidd/rust-musl-builder:stable as backend
|
||||
|
||||
# create new cargo project
|
||||
|
Loading…
Reference in New Issue
Block a user