Explorar el Código

fix build command in Dockerfile

Yuki Takei hace 4 años
padre
commit
0082b308cc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docker/Dockerfile

+ 1 - 1
docker/Dockerfile

@@ -99,7 +99,7 @@ COPY packages/slack packages/slack
 COPY packages/app packages/app
 
 # build
-RUN yarn build:prod
+RUN yarn learna build
 
 # make artifacts
 RUN tar cf packages.tar \