Fix docker
This commit is contained in:
parent
a5a14d1226
commit
061a945564
5 changed files with 9 additions and 28 deletions
23
Dockerfile
23
Dockerfile
|
@ -1,25 +1,6 @@
|
|||
#########################################################
|
||||
# SudoVanilla will never use images from Docker Hub, as #
|
||||
# Docker Hub is proprietary. SudoVanilla hosts slim #
|
||||
# versions of Bun's Docker image on SudoVanilla Ark. #
|
||||
#########################################################
|
||||
|
||||
#########################################################
|
||||
# Other locations to download the image is available #
|
||||
# #
|
||||
# Codeberg: #
|
||||
# codeberg.org/korbs/bun:amd64 #
|
||||
# codeberg.org/korbs/bun:arm64 #
|
||||
# #
|
||||
# Quay: #
|
||||
# quay.io/sudovanilla/bun:amd64 #
|
||||
# quay.io/sudovanilla/bun:arm64 #
|
||||
# #
|
||||
#########################################################
|
||||
|
||||
# Base
|
||||
## For AMD64 Servers:
|
||||
FROM ark.sudovanilla.org/korbs/bun:amd64 AS based
|
||||
FROM ark.sudovanilla.org/korbs/node:alpine AS based
|
||||
## For ARM64 Servers:
|
||||
## FROM ark.sudovanilla.org/korbs/bun:arm64 as based
|
||||
|
||||
|
@ -29,4 +10,4 @@ COPY . .
|
|||
|
||||
# Run
|
||||
EXPOSE 2014
|
||||
CMD bun run build && bun start
|
||||
CMD npm run build && npm start
|
Loading…
Add table
Add a link
Reference in a new issue