Docker multistage build #113

Merged
konrad merged 2 commits from jonastheis/frontend:feat/docker-multistage-build into master 2020-04-19 17:27:16 +00:00
Contributor

Solves #110.

Adds a Docker multistage build so that the image can be built without any dependencies on the host system except Docker.

Solves #110. Adds a Docker multistage build so that the image can be built without any dependencies on the host system except Docker.
konrad reviewed 2020-04-19 12:51:48 +00:00
Dockerfile Outdated
@ -2,0 +5,4 @@
COPY . ./
RUN yarn install

This should use yarn install --frozen-lockfile to take the dependencies from the lockfile and not modify the accidentially.

This should use `yarn install --frozen-lockfile` to take the dependencies from the lockfile and not modify the accidentially.
Author
Contributor

I'm not a frontend guy and just copied the command.

Fixed with the latest commit.

I'm not a frontend guy and just copied the command. Fixed with the latest commit.
konrad closed this pull request 2020-04-19 17:27:16 +00:00
Owner

Thanks!

Thanks!
konrad deleted branch feat/docker-multistage-build 2020-04-19 17:27:25 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.