소스 검색

test build change

Stefan McShane 2 년 전
부모
커밋
fceeba22d3
1개의 변경된 파일7개의 추가작업 그리고 7개의 파일을 삭제
  1. 7 7
      zarf/docker/Dockerfile.production

+ 7 - 7
zarf/docker/Dockerfile.production

@@ -6,11 +6,11 @@ RUN npm run build
 
 
 # All build artifacts are built in github actions, and copied in
 # All build artifacts are built in github actions, and copied in
 # Ubuntu is used to match Github action, and use github action caching instead of docker caching
 # Ubuntu is used to match Github action, and use github action caching instead of docker caching
-# FROM ubuntu as runner
-# RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates tzdata
+FROM ubuntu as runner
+RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates tzdata
 
 
-# WORKDIR /porter
-# COPY bin/app /porter/
-# COPY bin/migrate /porter/
-# COPY build/ /porter/static
-# RUN chmod +x /porter/app /porter/migrate
+WORKDIR /porter
+COPY bin/app /porter/
+COPY bin/migrate /porter/
+COPY build/ /porter/static
+RUN chmod +x /porter/app /porter/migrate