mirror of
https://github.com/Viren070/tmdb-addon.git
synced 2025-12-01 23:18:11 +01:00
Try fix deploy error
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ COPY --from=builder /app/dist ./dist
|
||||
COPY --from=builder /app/configure/public ./public
|
||||
|
||||
# Exposição da porta
|
||||
EXPOSE 7000
|
||||
EXPOSE 1337
|
||||
|
||||
# Comando para iniciar o servidor
|
||||
CMD ["node", "addon/server.js"]
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
// require serverless version
|
||||
const addon = require('./index.js')
|
||||
const PORT = process.env.PORT || 7000
|
||||
const PORT = process.env.PORT
|
||||
|
||||
// create local server
|
||||
addon.listen(PORT, function () {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"projectName": "tmdb-addon",
|
||||
"lastCommit": "d4a233f"
|
||||
"lastCommit": "ea82d09"
|
||||
}
|
||||
Reference in New Issue
Block a user