add Dockerfile
This commit is contained in:
parent
27f3c4e030
commit
88ec581ba4
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@ -0,0 +1,9 @@
|
||||
FROM fascinated/docker-images:node-latest
|
||||
|
||||
EXPOSE 5000
|
||||
|
||||
RUN yarn install
|
||||
|
||||
RUN yarn build
|
||||
|
||||
CMD yarn start
|
@ -1,5 +1,5 @@
|
||||
<script>
|
||||
import {fade} from 'svelte/transition'
|
||||
import { fade } from 'svelte/transition';
|
||||
|
||||
export let badges;
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user