Fix actions
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
FROM node:16 as js-build
|
||||
FROM node:22 as js-build
|
||||
WORKDIR /gotty
|
||||
COPY js /gotty/js
|
||||
COPY Makefile /gotty/
|
||||
RUN make bindata/static/js/gotty.js.map
|
||||
|
||||
FROM golang:1.20 as go-build
|
||||
FROM golang:1.23 as go-build
|
||||
WORKDIR /gotty
|
||||
COPY . /gotty
|
||||
COPY --from=js-build /gotty/js/node_modules /gotty/js/node_modules
|
||||
|
||||
Reference in New Issue
Block a user