Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Dockerfile with Node (LTS Alpine) base #8

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Added Dockerfile with Node (LTS Alpine) base #8

wants to merge 1 commit into from

Conversation

gridhead
Copy link

Has inexplicable issues that should be resolved before merging.

Following are the warning logs generated while building the image on npm install stage.

npm WARN squashcord@1.0.0 No repository field.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.2 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm64"})

Also, the server is apparently inaccessible and leaves out an empty response when the said port is accessed.

ubuntu@ubuntu:~/data/centos-cdrsrv/SquashCord$ docker run -ti -p 8443:8443 t0xic0der/squashcord:23-04-2021-arm64

> squashcord@1.0.0 start /
> node server

Server running on port 8443
^C

Actual 8443/TCP is bridged with virtual 8443/TCP here. Do note that an empty response != 404.

Here's an image pushed to DockerHub exclusively for the arm64 architecture https://hub.docker.com/r/t0xic0der/squashcord which you can quickly access by running docker run -ti -p 8443:8443 t0xic0der/squashcord:23-04-2021-arm64.

@ADHIKSHA ADHIKSHA self-requested a review April 23, 2021 06:56
@ADHIKSHA
Copy link
Owner

Ok ! will take a look at the issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants