Move build step into Dockerfile and remove from drone

This commit is contained in:
Fabian Stamm 2023-04-26 00:06:01 +02:00
parent 9dfb1342e5
commit f09b8c893d

View File

@ -3,12 +3,12 @@ type: docker
name: default name: default
steps: steps:
- name: Build with node # - name: Build with node
image: node:19 # image: node:19
commands: # commands:
- yarn install # - yarn install
- yarn build # - yarn build
- name: Publish to docker - name: Build and publish to docker
image: plugins/docker image: plugins/docker
settings: settings:
username: username: