Add EXPOSE to speficy container port

This commit is contained in:
inductor
2020-03-17 12:51:47 +09:00
parent e3b0ec2582
commit 94d98aa2cb
+2
View File
@@ -12,4 +12,6 @@ COPY . .
RUN yarn build
EXPOSE 3000
CMD ["yarn", "workspace", "@spotify-backstage/app", "start"]