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

Return statusCode defined in handler decorator #16

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Rollback docker base image
  • Loading branch information
FelipeBarrosCruz committed Apr 17, 2019
commit ab1ff26962793221a71eb7920f7796449d3dbe8c
9 changes: 8 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
ARG BUILD_VERSION=8.10.0
FROM node:$BUILD_VERSION
FROM mhart/alpine-node:$BUILD_VERSION
MAINTAINER FelipeBarrosCruz <felipe.barros.pt@gmail.com>

RUN apk add --update \
make \
gcc \
g++ \
python \
git

WORKDIR /src

ADD package.json package-lock.json ./