Skip to content

Commit

Permalink
use built main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorsector committed Oct 30, 2019
1 parent c6faf2d commit b4dad0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
FROM nginx:1.17
COPY . /usr/share/nginx/html
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>TicTacToe</title>

<link href="public/index.css" type="text/css" rel="stylesheet" />
<script src="public/game.js"></script>
<script src="public/main.js"></script>
</head>
<body>
<div id="app">
Expand Down

0 comments on commit b4dad0b

Please sign in to comment.