diff options
| author | Oleg Pykhalov <go.wigust@gmail.com> | 2020-10-31 22:01:56 +0300 |
|---|---|---|
| committer | Oleg Pykhalov <go.wigust@gmail.com> | 2020-10-31 23:05:08 +0300 |
| commit | 731340376f034d6e0c637815747e0cb13f4ce305 (patch) | |
| tree | 5e1182cf4b2115aeabc62f8ca9f8a09d6afddc89 /Dockerfile | |
| parent | Add Dockerfile. (diff) | |
| download | githunt-731340376f034d6e0c637815747e0cb13f4ce305.tar.gz | |
Use only static files to host without yarn.
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,4 +3,4 @@ ADD . /src WORKDIR /src RUN yarn install RUN yarn run build-web -ENTRYPOINT ["yarn", "start"] +ENTRYPOINT ["cp", "--archive", "--no-target-directory", "--verbose", "build", "/mnt"] |
